Warn when closing magic tag is missed
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"
.
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"
.