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 multiline comment
Fixes
#47
tags/0.5.1
Michael Jackson
14 years ago
parent
cf9031c76f
commit
057bc20880
3 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
spec/_files/multiline_comment.js
+6
-0
spec/_files/multiline_comment.mustache
+1
-0
spec/_files/multiline_comment.txt
+ 1
- 0
spec/_files/multiline_comment.js
View File
@@ -0,0 +1 @@
var multiline_comment = {};
+ 6
- 0
spec/_files/multiline_comment.mustache
View File
@@ -0,0 +1,6 @@
{{!
This is a multi-line comment.
}}
Hello world!
+ 1
- 0
spec/_files/multiline_comment.txt
View File
@@ -0,0 +1 @@
Hello world!
Write
Preview
Loading…
Cancel
Save