From: Gabriel Wicke Date: Fri, 11 Jan 2013 20:45:35 +0000 (-0800) Subject: Test some more partly template-generated wikilink targets X-Git-Tag: 1.31.0-rc.0~21060^2 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=58664a5df877aaad1682e99168641a680aa182ed;p=lhc%2Fweb%2Fwiklou.git Test some more partly template-generated wikilink targets Change-Id: I83d44245dd0cf869a8d0f933a236d10b6082b8b9 --- 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