initial commit; version 22.5.12042
This commit is contained in:
10
tests/templates/whitespace/whitespace.mustache
Normal file
10
tests/templates/whitespace/whitespace.mustache
Normal file
@ -0,0 +1,10 @@
|
||||
{{^ inverted section test }}
|
||||
These are some things:
|
||||
{{/inverted section test }}
|
||||
* {{ foo }}
|
||||
* {{ bar}}
|
||||
* {{ baz }}
|
||||
{{# qux }}
|
||||
* {{ key with space }}
|
||||
{{/ qux }}
|
||||
{{#qux}}.{{/qux}}
|
Reference in New Issue
Block a user