This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
Add spec for empty string (issue
#94
)
tags/0.5.1
Michael Jackson
14 years ago
parent
64acc17a43
commit
fd0f5cf496
3 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
spec/_files/empty_string.js
+1
-0
spec/_files/empty_string.mustache
+1
-0
spec/_files/empty_string.txt
+ 6
- 0
spec/_files/empty_string.js
View File
@@ -0,0 +1,6 @@
var empty_string = {
description: "That is all!",
child: {
description: ""
}
};
+ 1
- 0
spec/_files/empty_string.mustache
View File
@@ -0,0 +1 @@
{{description}}{{#child}}{{description}}{{/child}}
+ 1
- 0
spec/_files/empty_string.txt
View File
@@ -0,0 +1 @@
That is all!
Write
Preview
Loading…
Cancel
Save