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 cf9da71 commit df1d735Copy full SHA for df1d735
test/parallel/test-repl-unexpected-token-recoverable.js
@@ -10,7 +10,7 @@ const spawn = require('child_process').spawn;
10
const args = [ '-i' ];
11
const child = spawn(process.execPath, args);
12
13
-const input = 'var foo = "bar\\\nbaz"';
+const input = 'const foo = "bar\\\nbaz"';
14
// Match '...' as well since it marks a multi-line statement
15
const expectOut = /> \.\.\. undefined\n/;
16
0 commit comments