We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc1660 commit 81e4c46Copy full SHA for 81e4c46
test/expect/expression_ignored.html
@@ -2,3 +2,7 @@
2
<p data-username="{{ user.name }}" data-user-id="user-{{ user.id }}-bar-{{ foo }}">
3
Here's one {{ variable }} and here's {{ another }}. And some bar.
4
</p>
5
+
6
+ignored: {{ foo }}
7
+ignoredUnescaped: {{{ foo }}}
8
+rendered: bar
test/fixtures/expression_ignored.html
<p data-username="@{{ user.name }}" data-user-id="user-@{{ user.id }}-{{ foo }}-@{{ foo }}">
Here's one @{{ variable }} and here's @{{ another }}. And some {{ foo }}.
+ignored: @{{ foo }}
+ignoredUnescaped: @{{{ foo }}}
+rendered: {{ foo }}
0 commit comments