From fda56e88679bfd04cde3ed6679889644014c64d3 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Wed, 27 Apr 2005 07:18:25 +0000 Subject: [PATCH] committing before avar does --- maintenance/parserTests.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 8eac482cf1..1c719ce238 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -296,7 +296,7 @@ Definition list with wikilink containing colon !! input ; [[Wikipedia:FAQ]]: The least-read page on Wikipedia !! result -
Wikipedia:FAQ
The least-read page on Wikipedia +
Wikipedia:FAQ
The least-read page on Wikipedia
!! end @@ -1148,7 +1148,7 @@ RFC 822 !! end !! test -Magic links: ISBN (bug 1937) +Magic links: ISBN (bug 1937 unresolved) !! input ISBN 0-306-40615-2 !! result @@ -1157,7 +1157,7 @@ ISBN 0-306-40615-2 !! end !! test -Magic links: PMID +Magic links: PMID incorrectly converts space to underscore !! input PMID 1234 !! result @@ -1320,7 +1320,7 @@ Template infinite loop !! input {{loop1}} !! result -

{{loop2}} +

{{loop1}}

!! end @@ -1585,7 +1585,7 @@ Image with frame and link !! input [[Image:Foobar.jpg|frame|left|This is a test image [[Main Page]]]] !! result -
This is a test image
This is a test image Main Page
+
This is a test image Main Page
This is a test image Main Page
!! end @@ -1612,7 +1612,7 @@ Thumbnail image caption with a free URL !! input [[Image:foobar.jpg|thumb|http://example.com]] !! result - + !! end @@ -1910,7 +1910,7 @@ Bug 1219 URL next to image (good) !! input http://example.com [[Image:foobar.jpg]] !! result -

http://example.com Image:foobar.jpg +

http://example.com Image:foobar.jpg

!!end -- 2.20.1