From 5b2857e2b60218f13e4cc28676d074188e36489a Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 10 Oct 2004 13:05:04 +0000 Subject: [PATCH] Test case for bug 289 --- maintenance/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index b9e2a57973..00d1ef8900 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -507,6 +507,15 @@ BUG 361: URL inside bracketed URL

!! end +!! test +BUG 289: ">"-token in URL-tail +!! input +http://www.example.com/ +!! result +

http://www.example.com/<hello> +

+!!end + ### ### Quotes ### -- 2.20.1