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 c5c6079 commit ae902d1Copy full SHA for ae902d1
test/expect/expression_ignored.html
@@ -1,4 +1,4 @@
1
{{ foo }}
2
<p>
3
- And here's a {{ variable }} that would be undefined.
+ Here's one {{ variable }} and here's {{ another }}.
4
</p>
test/fixtures/expression_ignored.html
@{{ foo }}
- And here's a @{{ variable }} that would be undefined.
+ Here's one @{{ variable }} and here's @{{ another }}.
0 commit comments