Move failing nested partial example into a test case.

See #214
This commit is contained in:
Justin Hileman
2014-08-07 10:40:06 -07:00
parent 114477811c
commit 5d77f4de9a
4 changed files with 45 additions and 7 deletions
@@ -3,8 +3,5 @@
<third>
FOURTH!
</third>
<third>
FOURTH!FOURTH!
</third>
</second>
</first>
@@ -1 +0,0 @@
{{ val }}
@@ -1,6 +1,3 @@
<third>
{{> fourth }}
</third>
<third>
{{> fourth_inline }}{{> fourth_inline }}
</third>