Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 09cb6bd

Browse files
committed
test: add fixtures to reproduce the failure
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent 535f594 commit 09cb6bd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fixtures/string-literal.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
a = "a"
22
u8 = "ё"
33
bc = "b\nc"
4+
5+
var escSlash = '\0SLASH'+Math.random()+'\0';
6+
var escOpen = '\0OPEN'+Math.random()+'\0';
7+
var escClose = '\0CLOSE'+Math.random()+'\0';
8+
var escComma = '\0COMMA'+Math.random()+'\0';
9+
var escPeriod = '\0PERIOD'+Math.random()+'\0';

0 commit comments

Comments
 (0)