We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83b0721 commit 673d40cCopy full SHA for 673d40c
1 file changed
specs/partials.yml
@@ -80,7 +80,7 @@ tests:
80
expected: ">\n >\n >"
81
82
- name: Standalone Indentation
83
- desc: Each line of the partial should be indented before rendering.
+ desc: Each new line of the partial should be indented before rendering.
84
data: { content: "<\n->" }
85
template: |
86
\
@@ -89,13 +89,14 @@ tests:
89
partials:
90
partial: |
91
|
92
- {{{content}}}
+ {{{content}}}a b{{{content}}}c
93
94
expected: |
95
96
97
<
98
- ->
+ ->a b<
99
+ ->c
100
101
/
102
0 commit comments