Add failing test For extra whitespace in nested partials.

This commit is contained in:
Mike Sherov
2014-08-07 10:28:19 -07:00
committed by Justin Hileman
parent 0eb3e71dc8
commit 114477811c
3 changed files with 7 additions and 0 deletions
@@ -3,5 +3,8 @@
<third> <third>
FOURTH! FOURTH!
</third> </third>
<third>
FOURTH!FOURTH!
</third>
</second> </second>
</first> </first>
@@ -0,0 +1 @@
{{ val }}
@@ -1,3 +1,6 @@
<third> <third>
{{> fourth }} {{> fourth }}
</third> </third>
<third>
{{> fourth_inline }}{{> fourth_inline }}
</third>