-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support explicit iteration over arrays and maps
Explicit iteration blocks are e.g. necessary to support iteration over maps/hashes, as in the following example: ```mustache Key/value pairs: {{*hashmap}} - {{key}} = {{value}} {{/hashmap}} ``` I did not include tests, because their data is included in the corresponding pull request to the Mustache spec. See-Also: mustache/spec#23
- Loading branch information
Dennis Schridde
committed
Feb 1, 2017
1 parent
d63d040
commit b719c4f
Showing
1 changed file
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters