Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! remove extra blank line
  • Loading branch information
bnoordhuis committed Oct 25, 2017
commit 15b5ff0c08ee4ae51283ddfd5a72d13394c0397f
1 change: 0 additions & 1 deletion test/parallel/test-repl.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,6 @@ function error_test() {
expect: `{ x: 42 }\n${prompt_unix}`
},


// Newline within template string maintains whitespace.
{ client: client_unix, send: '`foo \n`',
expect: `${prompt_multiline}'foo \\n'\n${prompt_unix}` },
Expand Down