| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 13a2243 commit fa071ef
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ const spawn = require('child_process').spawn; | |||
| 10 | 10 | const args = [ '-i' ]; | |
| 11 | 11 | const child = spawn(process.execPath, args); | |
| 12 | 12 | ||
| 13 | - const input = 'var foo = "bar\\\nbaz"'; | ||
| 13 | + const input = 'const foo = "bar\\\nbaz"'; | ||
| 14 | 14 | // Match '...' as well since it marks a multi-line statement | |
| 15 | 15 | const expectOut = /> \.\.\. undefined\n/; | |
| 16 | 16 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments