From 6c234146b61b84c5fe3efa65d9e2e9277f708ebd Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Mon, 1 Feb 2010 21:36:36 +0000 Subject: [PATCH] Fix parser test that I broke with r61816 --- maintenance/parserTests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1