Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jan
/
mustache.js
espelhamento de
https://github.com/janl/mustache.js
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
46
Wiki
Atividade
Ver código fonte
Merge
40f902dea4
into
972fd2b27a
pull/448/merge
David da Silva
GitHub
3 anos atrás
pai
972fd2b27a
40f902dea4
commit
e57903373a
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
4AEE18F83AFDEB23
5 arquivos alterados
com
5 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@@ -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
Ver arquivo
@@ -1 +0,0 @@
{{tag}}
+ 4
- 0
test/_files/bom_as_whitespace.js
Ver arquivo
@@ -0,0 +1,4 @@
({
'tag': 'Tag name w/o BOM',
'\uFEFFtag': 'Tag name with BOM'
})
+ 1
- 0
test/_files/bom_as_whitespace.mustache
Ver arquivo
@@ -0,0 +1 @@
{{{tag}}}
spec/_files/bom_as_whitespace.txt → test/_files/bom_as_whitespace.txt
Ver arquivo
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar