Skip to content

Commit 629191f

Browse files
committed
test: add case for \{
1 parent 30ed709 commit 629191f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/prefer-string-raw.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ test.snapshot({
5858
'a = `a\\t${foo.bar}b\\\\c`', // \t
5959
'a = `${foo}\\\\a${bar}\\``', // \`
6060
'a = `a\\${`', // \$
61+
'a = `a$\\{`', // \{
6162
'a = `${a}\\\'${b}\\\\`', // \'
6263
'a = `\\"a\\\\b`', // \"
6364

0 commit comments

Comments
 (0)