Explorar el Código

Add spec for changing delimiters (issue #77)

tags/0.5.1
Michael Jackson hace 14 años
padre
commit
d5049a5552
Se han modificado 3 ficheros con 6 adiciones y 0 borrados
  1. +4
    -0
      spec/_files/changing_delimiters.js
  2. +1
    -0
      spec/_files/changing_delimiters.mustache
  3. +1
    -0
      spec/_files/changing_delimiters.txt

+ 4
- 0
spec/_files/changing_delimiters.js Ver fichero

@@ -0,0 +1,4 @@
var changing_delimiters = {
"foo": "foooooooooooooo",
"bar":"<b>bar!</b>"
};

+ 1
- 0
spec/_files/changing_delimiters.mustache Ver fichero

@@ -0,0 +1 @@
{{=<% %>=}}<% foo %> {{foo}} <%{bar}%> {{{bar}}}

+ 1
- 0
spec/_files/changing_delimiters.txt Ver fichero

@@ -0,0 +1 @@
foooooooooooooo {{foo}} <b>bar!</b> {{{bar}}}

Cargando…
Cancelar
Guardar