Fix for stripping leading/trailing whitespace from partial names,

per http://github.com/janl/mustache.js/issues/issue/34/#comment_244396
This commit is contained in:
Justin Hileman
2010-05-18 10:28:01 -04:00
parent f4ef3ba30e
commit 9e803ed033
4 changed files with 60 additions and 1 deletions
+10
View 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}}