Closed tokuhirom closed 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 ";" ???
Resolved at 6636aac23a89da35e3a0602773b414ac6736db40.
Semicolons are used internally. Yes, it's annoying, I know.
wtf? where is ";" ???