From 619f7cdad1b683995cee51da98d9ffe9d1d43ffe Mon Sep 17 00:00:00 2001 From: Frank Yung-Fong Tang <41213225+FrankYFTang@users.noreply.github.com> Date: Wed, 23 Jan 2019 11:44:52 -0800 Subject: [PATCH] fix line number --- test/intl402/Segmenter/constructor/constructor/options-order.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/intl402/Segmenter/constructor/constructor/options-order.js b/test/intl402/Segmenter/constructor/constructor/options-order.js index 9ab42585c3..fd12076178 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-order.js +++ b/test/intl402/Segmenter/constructor/constructor/options-order.js @@ -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] ---*/