rehamaltamimi / gwtwiki

Automatically exported from code.google.com/p/gwtwiki
0 stars 0 forks source link

template parameter in template parameter name does not work #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Template:WeatherVal03 = "{{{jan{{{show}}}}}}"
now render "{{WeatherVal03\n|show=1\n|jan1=10\n}}\n"
(see the attached patch for a test case)

What is the expected output? What do you see instead?
expected: "10"
actual: {{{jan{{{show}}}}}}

Please use labels and text to provide additional information.

Original issue reported on code.google.com by nico.kru...@googlemail.com on 26 Oct 2012 at 1:40

Attachments:

GoogleCodeExporter commented 8 years ago
Commited r7586

Original comment by axelclk@gmail.com on 26 Oct 2012 at 3:47

GoogleCodeExporter commented 8 years ago
the unit test worked; entering the example in my firefox though inserted an 
extra \r which destroyed the result again (see issue 121)

Original comment by nico.kru...@googlemail.com on 26 Oct 2012 at 4:53

GoogleCodeExporter commented 8 years ago
attached is a more complicated test which currently fails

Original comment by nico.kru...@googlemail.com on 27 Oct 2012 at 12:29

Attachments:

GoogleCodeExporter commented 8 years ago
Committed r7715

Original comment by axelclk@gmail.com on 30 Oct 2012 at 9:10

GoogleCodeExporter commented 8 years ago
thanks, seems fixed now

Original comment by nico.kru...@googlemail.com on 2 Nov 2012 at 10:58

GoogleCodeExporter commented 8 years ago

Original comment by nico.kru...@googlemail.com on 2 Nov 2012 at 10:58