Skip to content

Commit ae902d1

Browse files
committed
test: fails to ignore subsequent expressions in text node
1 parent c5c6079 commit ae902d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{{ foo }}
22
<p>
3-
And here's a {{ variable }} that would be undefined.
3+
Here's one {{ variable }} and here's {{ another }}.
44
</p>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@{{ foo }}
22
<p>
3-
And here's a @{{ variable }} that would be undefined.
3+
Here's one @{{ variable }} and here's @{{ another }}.
44
</p>

0 commit comments

Comments
 (0)