From d2b54fb27c8f636d160f8fdf97a69e74ee6057eb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 22 Apr 2005 12:22:32 +0000 Subject: [PATCH] Add parser test case for a bug 361 case that's still failing --- maintenance/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 7b6138a9dc..8eac482cf1 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -534,6 +534,15 @@ BUG 361: URL inside bracketed URL

!! end +!! test +BUG 361: URL within URL, not bracketed +!! input +http://www.example.com/foo?=http://www.example.com/bar +!! result +

http://www.example.com/foo?=http://www.example.com/bar +

+!! end + !! test BUG 289: ">"-token in URL-tail !! input -- 2.20.1