From 572b850f57707cdf9ea28e6d466bc20fd54983dd Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 12 Mar 2008 22:01:15 +0000 Subject: [PATCH] Fix for r31844 -- pretty CamelCase special page names affect some test case results --- maintenance/parserTests.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 8e063ce1d1..fb9708a2c7 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2102,7 +2102,7 @@ Magic links: ISBN (bug 1937) !! input ISBN 0-306-40615-2 !! result -

ISBN 0-306-40615-2 +

ISBN 0-306-40615-2

!! end @@ -3022,7 +3022,7 @@ msg !! input {{#special:Recentchanges}} !! result -Special:Recentchanges +Special:RecentChanges !! end !! test @@ -3108,7 +3108,7 @@ BUG 1887: A ISBN with a thumbnail !! input [[Image:foobar.jpg|thumb|ISBN 1235467890]] !! result -
+
!! end @@ -6014,7 +6014,7 @@ ISBN code coverage !! input ISBN 978-0-1234-56 789 !! result -

ISBN 978-0-1234-56 789 +

ISBN 978-0-1234-56 789

!! end @@ -6032,7 +6032,7 @@ Double ISBN !! input ISBN ISBN 1234567890 !! result -

ISBN ISBN 1234567890 +

ISBN ISBN 1234567890

!! end @@ -6341,7 +6341,7 @@ ISBN with space-delimited number !! input ISBN 92 9017 032 8 !! result -

ISBN 92 9017 032 8 +

ISBN 92 9017 032 8

!! end @@ -6366,7 +6366,7 @@ ISBN 1234567890 ISBN 12345678901 !! result

ISBN 123456789 -

ISBN 1234567890 +

ISBN 1234567890

ISBN 12345678901

!! end @@ -6379,8 +6379,8 @@ ISBN 1-234-56789-0 - 2006 ISBN 1 234 56789 0 - 2006 !! result -

ISBN 1-234-56789-0 - 2006 -

ISBN 1 234 56789 0 - 2006 +

ISBN 1-234-56789-0 - 2006 +

ISBN 1 234 56789 0 - 2006

!! end -- 2.20.1