summaryrefslogtreecommitdiff
path: root/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js')
-rw-r--r--test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js b/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js
index 3323f5b3d1..a701d79a28 100644
--- a/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js
+++ b/test/parallel/test-whatwg-encoding-custom-textdecoder-api-invalid-label.js
@@ -11,7 +11,7 @@ const assert = require('assert');
'utf8',
'utf-16be',
'utf-16le',
- 'utf-16'
+ 'utf-16',
].forEach((i) => {
['\u0000', '\u000b', '\u00a0', '\u2028', '\u2029'].forEach((ws) => {
assert.throws(