Fix for parser test error "Image link to nonexistent file (bug 1850)", both "good"
[lhc/web/wiklou.git] / maintenance / parserTests.txt
index 7eb9635..9164b10 100644 (file)
@@ -1,4 +1,4 @@
-# MediaWiki Parser test cases
+# MediaWiki Parser test cases
 # Some taken from http://meta.wikimedia.org/wiki/Parser_testing
 # All (C) their respective authors and released under the GPL
 #
@@ -670,9 +670,9 @@ BUG 289: literal double quote in bracketed URL
 !! test
 External links: invalid character
 !! input
-[http://www.example.com\0 test]
+[http://www.example.com  test]
 !! result
-<p>[<a href="http://www.example.com" class='external free' title="http://www.example.com" rel="nofollow">http://www.example.com</a>\0 test]
+<p>[<a href="http://www.example.com" class='external free' title="http://www.example.com" rel="nofollow">http://www.example.com</a>  test]
 </p>
 !! end