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
40f902dea4
into
972fd2b27a
pull/448/merge
David da Silva
GitHub
3 anni fa
parent
972fd2b27a
40f902dea4
commit
e57903373a
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG:
4AEE18F83AFDEB23
5 ha cambiato i file
con
5 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
spec/_files/bom_as_whitespace.js
+0
-1
spec/_files/bom_as_whitespace.mustache
+4
-0
test/_files/bom_as_whitespace.js
+1
-0
test/_files/bom_as_whitespace.mustache
+0
-0
test/_files/bom_as_whitespace.txt
+ 0
- 1
spec/_files/bom_as_whitespace.js
Vedi File
@@ -1 +0,0 @@
var bom_as_whitespace = {'tag': 'Tag name w/o BOM', '\uFEFFtag': 'Tag name with BOM'};
+ 0
- 1
spec/_files/bom_as_whitespace.mustache
Vedi File
@@ -1 +0,0 @@
{{tag}}
+ 4
- 0
test/_files/bom_as_whitespace.js
Vedi File
@@ -0,0 +1,4 @@
({
'tag': 'Tag name w/o BOM',
'\uFEFFtag': 'Tag name with BOM'
})
+ 1
- 0
test/_files/bom_as_whitespace.mustache
Vedi File
@@ -0,0 +1 @@
{{{tag}}}
spec/_files/bom_as_whitespace.txt → test/_files/bom_as_whitespace.txt
Vedi File
Write
Preview
Loading…
Annulla
Salva