Skip to content

Commit 4cd32ba

Browse files
committed
Resolved comments
#15884 (review)
1 parent 4d33075 commit 4cd32ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-string-decoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ function test(encoding, input, expected, singleSequence) {
165165
if (output !== expected) {
166166
const message =
167167
`Expected "${unicodeEscape(expected)}", ` +
168-
`but got "${unicodeEscape(output)}"\n ` +
168+
`but got "${unicodeEscape(output)}"\n` +
169169
`input: ${input.toString('hex').match(hexNumberRE)}\n` +
170170
`Write sequence: ${JSON.stringify(sequence)}\n` +
171171
`Full Decoder State: ${inspect(decoder)}`;

0 commit comments

Comments
 (0)