Skip to content

Commit 72eae5c

Browse files
committed
Add a test for backtick in template
1 parent eab690d commit 72eae5c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import { test } from '../../test';
2+
3+
export default test({
4+
html: "<div>/ $clicks: 0 `tim$es` \\</div><div>$dollars `backticks` pyramid /\\</div>"
5+
});
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<div>
2+
/ $clicks: {0} `tim${"e"}s` \
3+
</div>
4+
<div>
5+
$dollars `backticks` pyramid /\
6+
</div>

0 commit comments

Comments
 (0)