mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
fix line number
This commit is contained in:
parent
39b561c60c
commit
12a044b1d8
@ -8,7 +8,7 @@ info: |
|
||||
Intl.Segmenter ([ locales [ , options ]])
|
||||
|
||||
7. Let matcher be ? GetOption(options, "localeMatcher", "string", « "lookup", "best fit" », "best fit").
|
||||
13. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
|
||||
12. 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