xslate / p5-Text-Xslate

Scalable template engine for Perl5
https://metacpan.org/release/Text-Xslate
Other
121 stars 47 forks source link

error message says 'found ";"' when template does not contains ; #7

Closed tokuhirom closed 14 years ago

tokuhirom commented 14 years ago
% perl -e 'use Text::Xslate; Text::Xslate->new(syntax => "TTerse")->render_string("[% x(1 %]")'
Xslate::Parser(:1): Expected ")" but found ";", near 1 while parsing templates at -e line 1

wtf? where is ";" ???

gfx commented 14 years ago

Resolved at 6636aac23a89da35e3a0602773b414ac6736db40.

Semicolons are used internally. Yes, it's annoying, I know.