From: Rowan Collins Date: Fri, 12 Aug 2005 23:46:17 +0000 (+0000) Subject: Parser test for bug 3090 (I knew I'd get CVS wrong) X-Git-Tag: 1.6.0~2007 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=06eb5f0940f265eb364d2a5c6d822498051d2e16;p=lhc%2Fweb%2Fwiklou.git Parser test for bug 3090 (I knew I'd get CVS wrong) --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 9794cff3c0..3c18bf5dc2 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1844,6 +1844,15 @@ Image caption containing a newline !!end +!! test +Bug 3090: External links other than http: in image captions +!! input +[[Image:Foobar.jpg|thumb|200px|This caption has [irc://example.net irc] and [https://example.com Secure] ext links in it.]] +!! result +
This caption has irc and Secure ext links in it.
Enlarge
This caption has irc and Secure ext links in it.
+ +!! end + ### ### Subpages