mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 06:25:30 +02:00
fix line number
This commit is contained in:
parent
0460c52013
commit
39b561c60c
@ -7,8 +7,8 @@ description: Checks handling of valid values for the granularity option to the S
|
|||||||
info: |
|
info: |
|
||||||
Intl.Segmenter ([ locales [ , options ]])
|
Intl.Segmenter ([ locales [ , options ]])
|
||||||
|
|
||||||
13. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
|
11. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme").
|
||||||
14. Set segmenter.[[SegmenterGranularity]] to granularity.
|
12. Set segmenter.[[SegmenterGranularity]] to granularity.
|
||||||
features: [Intl.Segmenter]
|
features: [Intl.Segmenter]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user