From 58664a5df877aaad1682e99168641a680aa182ed Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 11 Jan 2013 12:45:35 -0800 Subject: [PATCH] Test some more partly template-generated wikilink targets Change-Id: I83d44245dd0cf869a8d0f933a236d10b6082b8b9 --- tests/parser/parserTests.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index e83a3041bf..5640113abb 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -5455,8 +5455,23 @@ Templates: Links: 2. Generation of link href Templates: Links: 3. Generation of part of a link href !!input [[Fo{{echo|o}}|bar]] + +[[Foo{{echo|bar}}]] + +[[Foo{{echo|bar}}baz]] + +[[Foo{{echo|bar}}|bar]] + +[[:Foo{{echo|bar}}]] + +[[:Foo{{echo|bar}}|bar]] !!result

bar +

Foobar +

Foobarbaz +

bar +

Foobar +

bar

!!end -- 2.20.1