Skip to content

Commit baf0ddc

Browse files
committed
test: check if key exists in locals as text, issue #102
1 parent a47c11b commit baf0ddc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
<if condition="key_not_exists">
22
it works!
33
</if>
4+
5+
<if condition="key_not_exists">
6+
{{ key_not_exists.foo }}
7+
it works!
8+
</if>

0 commit comments

Comments
 (0)