Explorar el Código

update backslash unit tests

tags/0.5.1
John Lindal Michael Jackson hace 14 años
padre
commit
85fe317213
Se han modificado 2 ficheros con 8 adiciones y 0 borrados
  1. +4
    -0
      spec/_files/backslashes.mustache
  2. +4
    -0
      spec/_files/backslashes.txt

+ 4
- 0
spec/_files/backslashes.mustache Ver fichero

@@ -1,3 +1,7 @@
* {{value}}
* {{{value}}}
* {{&value}}
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>

+ 4
- 0
spec/_files/backslashes.txt Ver fichero

@@ -1,3 +1,7 @@
* \abc
* \abc
* \abc
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>

Cargando…
Cancelar
Guardar