From f5d587fe70428e2f5ee01b83b7ca5096a72b3d44 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 20 Apr 2005 23:13:08 +0000 Subject: [PATCH] * These the expected output for two tests was incorrect, not the parser. --- maintenance/parserTests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 0303c2135d..05454a41c5 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1873,7 +1873,7 @@ Bug 1219 URL next to image (broken) !! input http://example.com[[Image:foobar.jpg]] !! result -

http://example.comImage:foobar.jpg +

http://example.comImage:foobar.jpg

!!end @@ -1882,7 +1882,7 @@ Bug 1186 news: in the middle of text !! input http://en.wikinews.org/wiki/Wikinews:Workplace !! result -

http://en.wikinews.org/wiki/Wikinews:Workplace +

http://en.wikinews.org/wiki/Wikinews:Workplace

!!end -- 2.20.1