Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
fix bom render test expected js syntax
pull/448/head
David da Silva
11 anni fa
parent
81093ee8e2
commit
40f902dea4
1 ha cambiato i file
con
4 aggiunte
e
1 eliminazioni
Visualizzazione separata
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
Vedi 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…
Annulla
Salva