Skip to content

Commit 55d6375

Browse files
committed
test: remove text after condition update
1 parent 14ea1d4 commit 55d6375

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

test/expect/conditional_if.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
<p>x</p>
88

99
x
10+
1011
x

test/fixtures/conditional_if.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212

1313
x
1414
<if condition="bool">
15-
<p>it works!</p>
15+
it works!
1616
</if>
1717
x

0 commit comments

Comments
 (0)