Skip to content

Commit a634e67

Browse files
Added tests.
1 parent 8d4d7df commit a634e67

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+

2+
3+
var a = `hello\world`;
4+
var b = `hello\\world`;
5+
var c = `hello\\\world`;
6+
var d = `hello\\\\world`;
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// @target: es6
2+
3+
var a = `hello\world`;
4+
var b = `hello\\world`;
5+
var c = `hello\\\world`;
6+
var d = `hello\\\\world`;

0 commit comments

Comments
 (0)