Browse Source

This test should not work

tags/0.5.1
Michael Jackson 14 years ago
parent
commit
8efd0538cf
4 changed files with 0 additions and 22 deletions
  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 View File

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

+ 0
- 4
test/_files/partial_recursion.mustache View File

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

+ 0
- 4
test/_files/partial_recursion.partial View File

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

+ 0
- 3
test/_files/partial_recursion.txt View File

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

Loading…
Cancel
Save