Explorar el Código

This test should not work

tags/0.5.1
Michael Jackson hace 14 años
padre
commit
8efd0538cf
Se han modificado 4 ficheros con 0 adiciones y 22 borrados
  1. +0
    -11
      test/_files/partial_recursion.js
  2. +0
    -4
      test/_files/partial_recursion.mustache
  3. +0
    -4
      test/_files/partial_recursion.partial
  4. +0
    -3
      test/_files/partial_recursion.txt

+ 0
- 11
test/_files/partial_recursion.js Ver fichero

@@ -1,11 +0,0 @@
({
name: '1',
kids: [
{
name: '1.1',
children: [
{name: '1.1.1'}
]
}
]
})

+ 0
- 4
test/_files/partial_recursion.mustache Ver fichero

@@ -1,4 +0,0 @@
{{name}}
{{#kids}}
{{>partial}}
{{/kids}}

+ 0
- 4
test/_files/partial_recursion.partial Ver fichero

@@ -1,4 +0,0 @@
{{name}}
{{#children}}
{{>partial}}
{{/children}}

+ 0
- 3
test/_files/partial_recursion.txt Ver fichero

@@ -1,3 +0,0 @@
1
1.1
1.1.1

Cargando…
Cancelar
Guardar