From d74d173f0c7e7e8acfedcf9227c619aba1a249b6 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Thu, 8 Nov 2012 10:57:00 -0800 Subject: [PATCH] Add test for bracketed external links with invalid template-generated target Change-Id: Ic8746ba894d0deb937ce07429b6e471ef647023e --- tests/parser/parserTests.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 8e7f44eeca..18e0ee83a7 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -2204,6 +2204,15 @@ http:/example.com

!! end +!! test +Bracketed external links with template-generated invalid target +!! input +[{{echo|http:/example.com}} title] +!! result +

[http:/example.com title] +

+!! end + !! test Bug 2702: Mismatched , and tags are invalid !! input -- 2.20.1