From e75ed15b91367f82b34d2ef63170ad5a5c12f137 Mon Sep 17 00:00:00 2001 From: Yusuke Suzuki Date: Sun, 20 Sep 2020 13:38:07 -0700 Subject: [PATCH] Perl YAML parser cannot parse documents in options-granularity-abrupt-throws.js and options-granularity-toString-abrupt-throws.js Remove line terminator. --- .../constructor/options-granularity-abrupt-throws.js | 3 +-- .../constructor/options-granularity-toString-abrupt-throws.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/test/intl402/Segmenter/constructor/constructor/options-granularity-abrupt-throws.js b/test/intl402/Segmenter/constructor/constructor/options-granularity-abrupt-throws.js index ceebbfe70a..0800036897 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-granularity-abrupt-throws.js +++ b/test/intl402/Segmenter/constructor/constructor/options-granularity-abrupt-throws.js @@ -3,8 +3,7 @@ /*--- esid: sec-intl.segmenter -description: - Return abrupt completion from GetOption granularity +description: Return abrupt completion from GetOption granularity info: | Intl.Segmenter ([ locales [ , options ]]) diff --git a/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js b/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js index b757d2e228..ac36568a85 100644 --- a/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js +++ b/test/intl402/Segmenter/constructor/constructor/options-granularity-toString-abrupt-throws.js @@ -3,8 +3,7 @@ /*--- esid: sec-intl.segmenter -description: - Return abrupt completion from GetOption granularity +description: Return abrupt completion from GetOption granularity info: | Intl.Segmenter ([ locales [ , options ]])