Skip to content

Commit af3bc1a

Browse files
committed
Add parseToJSON sanity check.
1 parent bde9b97 commit af3bc1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graal-js/src/com.oracle.truffle.js.test/js/GR-29257.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ parse("[...[]]");
2525
parse("(function() {})(...x)");
2626
parse("(function*() { yield* []})");
2727
parse("`${42}`");
28+
parse("String.raw`../${42}\..`");

0 commit comments

Comments
 (0)