Add a test for backtick in template

pull/9973/head
Nguyen Tran 3 years ago
parent eab690d31a
commit 72eae5cebd

@ -0,0 +1,5 @@
import { test } from '../../test';
export default test({
html: "<div>/ $clicks: 0 `tim$es` \\</div><div>$dollars `backticks` pyramid /\\</div>"
});

@ -0,0 +1,6 @@
<div>
/ $clicks: {0} `tim${"e"}s` \
</div>
<div>
$dollars `backticks` pyramid /\
</div>
Loading…
Cancel
Save