kainjow/Mustache

Crash instead of error message on unmatching section names

KitsuneRal opened this issue · 0 comments

Mustache 4.0b2 crashes on assertion in line 632, with control == walk_control::stop, using the following template:

{{#section1}}
    {{#section2}}
        {{^section3?}}{{/section4}} {{!Mind unmatching section names}}
{{/section2}}{{/section1}}