Skip to content

Warn when closing magic tag is missed

Compare
Choose a tag to compare
@cherifGsoul cherifGsoul released this 22 May 21:19
· 72 commits to master since this release

Throws a warning when a magic closing tag is missed, for example:
{{# let foo="bar"}} {{foo}} will warn with "missmatch.stache:1: closing tag {{/let}} was expected".

#692