From 9898ac0b5f63fc6e156337ee0722c8ebb0d34a79 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 17 Mar 2006 00:29:46 +0000 Subject: [PATCH] Tests for bug 4781, 5267 --- maintenance/parserTests.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index eeefcaa576..d3125613c7 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -706,6 +706,35 @@ Bug 2702: Mismatched and tags are invalid

!! end + +!! test +Bug 4781: %26 in URL +!! input +http://www.example.com/?title=AT%26T +!! result +

http://www.example.com/?title=AT%26T +

+!! end + +!! test +Bug 4781, 5267: %26 in URL +!! input +http://www.example.com/?title=100%25_Bran +!! result +

http://www.example.com/?title=100%25_Bran +

+!! end + +!! test +Bug 4781, 5267: %28, %29 in URL +!! input +http://www.example.com/?title=Ben-Hur_%281959_film%29 +!! result +

http://www.example.com/?title=Ben-Hur_%281959_film%29 +

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