mirror of
https://github.com/tests-always-included/mo.git
synced 2025-11-19 23:34:32 +01:00
0
tests/indented-partials.env
Normal file
0
tests/indented-partials.env
Normal file
19
tests/indented-partials.expected
Normal file
19
tests/indented-partials.expected
Normal file
@@ -0,0 +1,19 @@
|
||||
With spacing
|
||||
first line
|
||||
second line
|
||||
|
||||
first line
|
||||
second line
|
||||
|
||||
Without spacing
|
||||
first line
|
||||
second line
|
||||
first line
|
||||
second line
|
||||
|
||||
With text
|
||||
first line
|
||||
second line
|
||||
text
|
||||
first line
|
||||
second line
|
||||
2
tests/indented-partials.partial
Normal file
2
tests/indented-partials.partial
Normal file
@@ -0,0 +1,2 @@
|
||||
first line
|
||||
second line
|
||||
13
tests/indented-partials.template
Normal file
13
tests/indented-partials.template
Normal file
@@ -0,0 +1,13 @@
|
||||
With spacing
|
||||
{{> indented-partials.partial}}
|
||||
|
||||
{{> indented-partials.partial}}
|
||||
|
||||
Without spacing
|
||||
{{> indented-partials.partial}}
|
||||
{{> indented-partials.partial}}
|
||||
|
||||
With text
|
||||
{{> indented-partials.partial}}
|
||||
text
|
||||
{{> indented-partials.partial}}
|
||||
Reference in New Issue
Block a user