We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0739b7 commit e611532Copy full SHA for e611532
test/built-ins/decodeURIComponent/throw-URIError.js
@@ -37,4 +37,4 @@ assert.throws(URIError, function CHECK4() {
37
// CHECK#5: Code point beyond U+10FFFF
38
assert.throws(URIError, function CHECK5() {
39
decodeURIComponent('%F4%90%80%80');
40
-},'#5: %F4%90%80%80 (out-of-range) should throw URIError');
+},'#5: %F4%90%80%80 (out-of-range) should throw URIError');
0 commit comments