mirror of https://github.com/tc39/test262.git
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.sameValue(resolvedOptions.granularity, expected);
|
||||||
}
|
}
|
||||||
|
|
||||||
assert.throws(RangeError, () => new Intl.Segmenter([], {granularity: "line"});
|
assert.throws(RangeError, () => new Intl.Segmenter([], {granularity: "line"}));
|
||||||
|
|
Loading…
Reference in New Issue