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
squash: whoops
  • Loading branch information
Trott authored Nov 11, 2018
commit 51fdc70fc702ba2ab9e61b8d7e8626b0d95bb53a
2 changes: 1 addition & 1 deletion test/parallel/test-assert.js
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ common.expectsError(
assert.ok((() => Boolean('' === false))());
}, {
message: 'The expression evaluated to a falsy value:\n\n' +
' assert.ok((() => Boolean('\\u0001' === false))())\n'
" assert.ok((() => Boolean('\\u0001' === false))())\n"
});

const errFn = () => {
Expand Down