소스 검색

This test should not work

tags/0.5.1
Michael Jackson 14 년 전
부모
커밋
8efd0538cf
4개의 변경된 파일0개의 추가작업 그리고 22개의 파일을 삭제
  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 파일 보기

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

+ 0
- 4
test/_files/partial_recursion.mustache 파일 보기

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

+ 0
- 4
test/_files/partial_recursion.partial 파일 보기

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

+ 0
- 3
test/_files/partial_recursion.txt 파일 보기

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

불러오는 중...
취소
저장