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
Merge pull request
#177
from subzey/master
BOM as whitespace test case
tags/v2.1.0
David da Silva Contín
11 years ago
parent
94224959ef
e54aca8e3b
commit
ca42511e21
3 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
spec/_files/bom_as_whitespace.js
+1
-0
spec/_files/bom_as_whitespace.mustache
+1
-0
spec/_files/bom_as_whitespace.txt
+ 1
- 0
spec/_files/bom_as_whitespace.js
View File
@@ -0,0 +1 @@
var bom_as_whitespace = {'tag': 'Tag name w/o BOM', '\uFEFFtag': 'Tag name with BOM'};
+ 1
- 0
spec/_files/bom_as_whitespace.mustache
View File
@@ -0,0 +1 @@
{{tag}}
+ 1
- 0
spec/_files/bom_as_whitespace.txt
View File
@@ -0,0 +1 @@
Tag name w/o BOM
Write
Preview
Loading…
Cancel
Save