mirror of
https://github.com/tc39/test262.git
synced 2025-07-22 13:34:38 +02:00
fix line number
This commit is contained in:
parent
806dc970c0
commit
619f7cdad1
@ -8,7 +8,7 @@ info: |
|
||||
Intl.Segmenter ([ locales [ , options ]])
|
||||
|
||||
7. Let matcher be ? GetOption(options, "localeMatcher", "string", « "lookup", "best fit" », "best fit").
|
||||
12. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
|
||||
11. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
|
||||
includes: [compareArray.js]
|
||||
features: [Intl.Segmenter]
|
||||
---*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user