Skip to content

Commit 14ea1d4

Browse files
committed
test: remove text after condition, issue #62
1 parent 3ae310d commit 14ea1d4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

test/expect/conditional_if.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@
44
<p>x</p>
55

66
<p>x</p>
7-
<p>x</p>
7+
<p>x</p>
8+
9+
x
10+
x

test/fixtures/conditional_if.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99
<p>it works!</p>
1010
</if>
1111
<p>x</p>
12+
13+
x
14+
<if condition="bool">
15+
<p>it works!</p>
16+
</if>
17+
x

0 commit comments

Comments
 (0)