mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 14:04:51 +02:00
Fix missing ) (#2059)
This commit is contained in:
parent
38b1ce107b
commit
e39604fa41
@ -26,4 +26,4 @@ for (const [granularity, expected] of validOptions) {
|
||||
assert.sameValue(resolvedOptions.granularity, expected);
|
||||
}
|
||||
|
||||
assert.throws(RangeError, () => new Intl.Segmenter([], {granularity: "line"});
|
||||
assert.throws(RangeError, () => new Intl.Segmenter([], {granularity: "line"}));
|
||||
|
Loading…
x
Reference in New Issue
Block a user