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 disappearing whitespace (issue #67,
#147
)
tags/0.5.1
Michael Jackson
14 years ago
parent
364ef54901
commit
1f6136c065
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
spec/_files/disappearing_whitespace.js
+1
-0
spec/_files/disappearing_whitespace.mustache
+1
-0
spec/_files/disappearing_whitespace.txt
+ 4
- 0
spec/_files/disappearing_whitespace.js
View File
@@ -0,0 +1,4 @@
var disappearing_whitespace = {
bedrooms: true,
total: 1
};
+ 1
- 0
spec/_files/disappearing_whitespace.mustache
View File
@@ -0,0 +1 @@
{{#bedrooms}}{{total}}{{/bedrooms}} BED
+ 1
- 0
spec/_files/disappearing_whitespace.txt
View File
@@ -0,0 +1 @@
1 BED
Write
Preview
Loading…
Cancel
Save