From: Conrad Irwin Date: Mon, 1 Feb 2010 21:36:36 +0000 (+0000) Subject: Fix parser test that I broke with r61816 X-Git-Tag: 1.31.0-rc.0~37983 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=6c234146b61b84c5fe3efa65d9e2e9277f708ebd;p=lhc%2Fweb%2Fwiklou.git Fix parser test that I broke with r61816 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 2f9b9e0e30..fba48dd88f 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -3413,7 +3413,7 @@ Image caption containing another image !! input [[Image:Foobar.jpg|thumb|This is a caption with another [[Image:icon.png|image]] inside it!]] !! result -
This is a caption with another File:Icon.png inside it!
+
This is a caption with another image inside it!
!! end