Added test case for deep parent/child contexts, mixed objects and arrays.
This commit is contained in:
@@ -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}}
|
||||
Reference in New Issue
Block a user