From: Brion Vibber Date: Sun, 10 Oct 2004 13:05:04 +0000 (+0000) Subject: Test case for bug 289 X-Git-Tag: 1.5.0alpha1~1614 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=5b2857e2b60218f13e4cc28676d074188e36489a;p=lhc%2Fweb%2Fwiklou.git Test case for bug 289 --- 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 ###