Added test case for deep parent/child contexts, mixed objects and arrays.

This commit is contained in:
Justin Hileman
2010-06-08 22:36:49 -04:00
parent 38a5e57514
commit a46d0009ee
3 changed files with 51 additions and 0 deletions
@@ -0,0 +1,10 @@
{{grand_parent_id}}
{{#parent_contexts}}
{{grand_parent_id}}
{{parent_id}}
{{#child_contexts}}
{{grand_parent_id}}
{{parent_id}}
{{child_id}}
{{/child_contexts}}
{{/parent_contexts}}