We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde9b97 commit af3bc1aCopy full SHA for af3bc1a
graal-js/src/com.oracle.truffle.js.test/js/GR-29257.js
@@ -25,3 +25,4 @@ parse("[...[]]");
25
parse("(function() {})(...x)");
26
parse("(function*() { yield* []})");
27
parse("`${42}`");
28
+parse("String.raw`../${42}\..`");
0 commit comments