Skip to content

Commit 5b39d50

Browse files
committed
test: fails to ignore expression inside attribute
1 parent def95f5 commit 5b39d50

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 }}
2-
<p>
2+
<p data-user-id="{{ user.id }}">
33
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 }}
2-
<p>
2+
<p data-user-id="@{{ user.id }}">
33
Here's one @{{ variable }} and here's @{{ another }}.
44
</p>

0 commit comments

Comments
 (0)