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 changing delimiters (issue
#77
)
tags/0.5.1
Michael Jackson
14 years ago
parent
fd0f5cf496
commit
d5049a5552
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/changing_delimiters.js
+1
-0
spec/_files/changing_delimiters.mustache
+1
-0
spec/_files/changing_delimiters.txt
+ 4
- 0
spec/_files/changing_delimiters.js
View File
@@ -0,0 +1,4 @@
var changing_delimiters = {
"foo": "foooooooooooooo",
"bar":"<b>bar!</b>"
};
+ 1
- 0
spec/_files/changing_delimiters.mustache
View File
@@ -0,0 +1 @@
{{=<% %>=}}<% foo %> {{foo}} <%{bar}%> {{{bar}}}
+ 1
- 0
spec/_files/changing_delimiters.txt
View File
@@ -0,0 +1 @@
foooooooooooooo {{foo}} <b>bar!</b> {{{bar}}}
Write
Preview
Loading…
Cancel
Save