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
fix bom render test expected js syntax
pull/448/head
David da Silva
11 years ago
parent
81093ee8e2
commit
40f902dea4
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
test/_files/bom_as_whitespace.js
+ 4
- 1
test/_files/bom_as_whitespace.js
View File
@@ -1 +1,4 @@
var bom_as_whitespace = {'tag': 'Tag name w/o BOM', '\uFEFFtag': 'Tag name with BOM'};
({
'tag': 'Tag name w/o BOM',
'\uFEFFtag': 'Tag name with BOM'
})
Write
Preview
Loading…
Cancel
Save