From 97d54c31b9d0cbb42b5f435f8c501eced842408e Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 20 Aug 2009 13:41:34 +0000 Subject: [PATCH] Follow-up r55368: Fix parser tests --- maintenance/parserTests.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index a58a7e18d1..ab5454b714 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2183,7 +2183,7 @@ Magic links: RFC (bug 479) !! input RFC 822 !! result -

RFC 822 +

RFC 822

!! end @@ -2192,7 +2192,7 @@ Magic links: ISBN (bug 1937) !! input ISBN 0-306-40615-2 !! result -

ISBN 0-306-40615-2 +

ISBN 0-306-40615-2

!! end @@ -2201,7 +2201,7 @@ Magic links: PMID incorrectly converts space to underscore !! input PMID 1234 !! result -

PMID 1234 +

PMID 1234

!! end @@ -3290,7 +3290,7 @@ BUG 1887: A ISBN with a thumbnail !! input [[Image:foobar.jpg|thumb|ISBN 1235467890]] !! result -
+
!! end @@ -3299,7 +3299,7 @@ BUG 1887: A RFC with a thumbnail !! input [[Image:foobar.jpg|thumb|This is RFC 12354]] !! result -
This is RFC 12354
+
This is RFC 12354
!! end @@ -6298,7 +6298,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 @@ -6316,7 +6316,7 @@ Double ISBN !! input ISBN ISBN 1234567890 !! result -

ISBN ISBN 1234567890 +

ISBN ISBN 1234567890

!! end @@ -6325,7 +6325,7 @@ Double RFC !! input RFC RFC 1234 !! result -

RFC RFC 1234 +

RFC RFC 1234

!! end @@ -6343,7 +6343,7 @@ RFC code coverage !! input RFC 983 987 !! result -

RFC 983 987 +

RFC 983 987

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

ISBN 92 9017 032 8 +

ISBN 92 9017 032 8

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

ISBN 123456789 -

ISBN 1234567890 +

ISBN 1234567890

ISBN 12345678901

!! end @@ -6690,8 +6690,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