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
update backslash unit tests
tags/0.5.1
John Lindal
Michael Jackson
14 years ago
parent
b487affecd
commit
85fe317213
2 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
spec/_files/backslashes.mustache
+4
-0
spec/_files/backslashes.txt
+ 4
- 0
spec/_files/backslashes.mustache
View File
@@ -1,3 +1,7 @@
* {{value}}
* {{{value}}}
* {{&value}}
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>
+ 4
- 0
spec/_files/backslashes.txt
View File
@@ -1,3 +1,7 @@
* \abc
* \abc
* \abc
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>
Write
Preview
Loading…
Cancel
Save