mirror of
https://github.com/tc39/test262.git
synced 2025-07-20 20:44:43 +02:00
Fix final newline linter error
This commit is contained in:
parent
e0739b76a7
commit
e611532c98
@ -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…
x
Reference in New Issue
Block a user