From 719fe802b2e397d0cd69718202cf4d4fa6f36e74 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 2 Feb 2010 15:03:08 +0000 Subject: [PATCH] Add a parser test for r61816 --- maintenance/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index fba48dd88f..61c190e5be 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -3269,6 +3269,15 @@ Add test with existing image page

!! end +!! test +bug 18784 Link to non-existant image page with caption should use caption as link text +!! input +[[:Image:test|caption]] +!! result +

caption +

+!! end + !! test Frameless image caption with a free URL !! input -- 2.20.1