Adding a TemplateTest.php file and all the associated template files along with it
[isso.git] / UnitTest / templates / fetch.if.nested.test.tpl
1 this <if condition="$c == $d">foo <if condition="$e == $f">e<else />f</if><else />moo <if condition="$g == $h">g<else />h</if></if> rules!