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
+12
View File
@@ -0,0 +1,12 @@
These are some things:
* alpha
* beta
* gamma
* A
* B
* C
* D
* E
* F
* G
.......