Add failing test For extra whitespace in nested partials.
This commit is contained in:
committed by
Justin Hileman
parent
0eb3e71dc8
commit
114477811c
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user