Add a failing test for #167
Multiple levels of nested partials are only indented to the level of the first partial.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{{ val }}
|
||||
@@ -0,0 +1,3 @@
|
||||
<second>
|
||||
{{> third }}
|
||||
</second>
|
||||
@@ -0,0 +1,3 @@
|
||||
<third>
|
||||
{{> fourth }}
|
||||
</third>
|
||||
Reference in New Issue
Block a user