mirror of https://github.com/tc39/test262.git
Fix final newline linter error
This commit is contained in:
parent
e0739b76a7
commit
e611532c98
test/built-ins/decodeURIComponent
|
@ -37,4 +37,4 @@ assert.throws(URIError, function CHECK4() {
|
|||
// CHECK#5: Code point beyond U+10FFFF
|
||||
assert.throws(URIError, function CHECK5() {
|
||||
decodeURIComponent('%F4%90%80%80');
|
||||
},'#5: %F4%90%80%80 (out-of-range) should throw URIError');
|
||||
},'#5: %F4%90%80%80 (out-of-range) should throw URIError');
|
||||
|
|
Loading…
Reference in New Issue