浏览代码

Add test case for recursive partial. If it weren't for complex.html

it could be neat and there'd be s/kids/children/ — Oh well.
tags/0.3.0
Jan Lehnardt 16 年前
父节点
当前提交
1f0ca2fe50
共有 3 个文件被更改,包括 4 次插入4 次删除
  1. +2
    -2
      examples/partial_recursion.html
  2. +1
    -1
      examples/partial_recursion.js
  3. +1
    -1
      examples/partial_recursion.txt

+ 2
- 2
examples/partial_recursion.html 查看文件

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

+ 1
- 1
examples/partial_recursion.js 查看文件

@@ -1,6 +1,6 @@
var partial_context = {
name: '1',
children: [
kids: [
{
name: '1.1',
children: [


+ 1
- 1
examples/partial_recursion.txt 查看文件

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

正在加载...
取消
保存