benchpressjs / benchpressjs

ultralight javascript templating framework
MIT License
90 stars 17 forks source link

warning with / in if condition #102

Closed barisusakli closed 3 years ago

barisusakli commented 3 years ago
{{{ if template.account/watched }}}
foo
{{{end}}}

causes the below warning

[benchpress] warning: found extra tokens
     --> account/topics.tpl:165:8
      |
  165 |         {{{ end }}}
      |         ^^^^^^^^^^^ help: remove the token or make it an unambiguous comment
      = note: These tokens will be passed through as text, but this will become an error in the future.