+ Moved variables resolution in the compiler Parser. (Temp. solution until the new...
[haanga.git] / tests / assert_templates / concat1.tpl
blob84fe4983a722c7fdabe45552ca8fa5325a335ce4
1 {% if "foo" . "bar" == "foobar" %}
2     Match
3 {% else %}
4     Error
5 {% endif %}