We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8c46a commit 2eec51aCopy full SHA for 2eec51a
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