From: Tim Starling Date: Wed, 27 Apr 2005 07:18:25 +0000 (+0000) Subject: committing before avar does X-Git-Tag: 1.5.0alpha1~111 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=fda56e88679bfd04cde3ed6679889644014c64d3;p=lhc%2Fweb%2Fwiklou.git committing before avar does --- 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