We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f683af commit 9e9129eCopy full SHA for 9e9129e
test/parallel/test-punycode.js
@@ -63,7 +63,7 @@ assert.throws(() => {
63
}, /^RangeError: Illegal input >= 0x80 \(not a basic code point\)$/);
64
assert.throws(() => {
65
punycode.decode('あ');
66
-}, /^RangeError: Overflow: input needs wider integers to process$/);
+}, /^RangeError: Invalid input$/);
67
68
// http://tools.ietf.org/html/rfc3492#section-7.1
69
const tests = [
0 commit comments