From 917e6f7f99280966625efc8325068741eee4a4f1 Mon Sep 17 00:00:00 2001 From: Leo Balter <leonardo.balter@gmail.com> Date: Tue, 8 Oct 2019 14:46:49 -0400 Subject: [PATCH] Yaml consistency Ref #2381 --- .../prototype/formatRangeToParts/pattern-on-calendar.js | 5 +++-- .../prototype/formatToParts/pattern-on-calendar.js | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js index 208f6f5e73..ff9bcd1a2a 100644 --- a/test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js +++ b/test/intl402/DateTimeFormat/prototype/formatRangeToParts/pattern-on-calendar.js @@ -3,8 +3,9 @@ /*--- esid: sec-initializedatetimeformat -description: Checks the DateTimeFormat choose different patterns based - on calendar. +description: > + Checks the DateTimeFormat choose different patterns based + on calendar. locale: [en] ---*/ diff --git a/test/intl402/DateTimeFormat/prototype/formatToParts/pattern-on-calendar.js b/test/intl402/DateTimeFormat/prototype/formatToParts/pattern-on-calendar.js index 2de954ec08..0808864f7c 100644 --- a/test/intl402/DateTimeFormat/prototype/formatToParts/pattern-on-calendar.js +++ b/test/intl402/DateTimeFormat/prototype/formatToParts/pattern-on-calendar.js @@ -3,8 +3,9 @@ /*--- esid: sec-initializedatetimeformat -description: Checks the DateTimeFormat choose different patterns based - on calendar. +description: > + Checks the DateTimeFormat choose different patterns based + on calendar. locale: [en] ---*/