From 39b561c60c4016b92cede7bbfbac1822d8cd535b Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang <41213225+FrankYFTang@users.noreply.github.com> Date: Wed, 23 Jan 2019 11:43:02 -0800 Subject: [PATCH] fix line number --- .../constructor/constructor/options-granularity-valid.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/intl402/Segmenter/constructor/constructor/options-granularity-valid.js b/test/intl402/Segmenter/constructor/constructor/options-granularity-valid.js index a1733885e3..87e35e7fa5 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-granularity-valid.js +++ b/test/intl402/Segmenter/constructor/constructor/options-granularity-valid.js @@ -7,8 +7,8 @@ description: Checks handling of valid values for the granularity option to the S info: | Intl.Segmenter ([ locales [ , options ]]) - 13. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme"). - 14. Set segmenter.[[SegmenterGranularity]] to granularity. + 11. Let granularity be ? GetOption(options, "granularity", "string", « "grapheme", "word", "sentence" », "grapheme"). + 12. Set segmenter.[[SegmenterGranularity]] to granularity. features: [Intl.Segmenter] ---*/ -- GitLab