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
Merge pull request
#177
from subzey/master
BOM as whitespace test case
tags/v2.1.0
David da Silva Contín
11 anni fa
parent
94224959ef
e54aca8e3b
commit
ca42511e21
3 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
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
Vedi 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
Vedi File
@@ -0,0 +1 @@
{{tag}}
+ 1
- 0
spec/_files/bom_as_whitespace.txt
Vedi File
@@ -0,0 +1 @@
Tag name w/o BOM
Write
Preview
Loading…
Annulla
Salva