-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
There is a divergence from the mustache spec for inverted sections with respect to empty arrays. minstache seems to be handling them as an iterator, not as an inverted section
https://github.com/janl/mustache.js/blob/0.8.2/README.md#inverted-sections
> require('mustache').render('{{^places}}none{{/places}}', {places: []})
'none'
> require('minstache')('{{^places}}none{{/places}}', {places: []})
''Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels