My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix locale metadata

Per CONTRIBUTING.MD the locale key's value is an array of one or more
language tags or subtags.

authored by

Kevin Ness and committed by
Philip Chimento
a10a69c0 89dfaa37

+4 -4
+1 -1
vendor/git/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/chinese-calendar-dates.js
··· 5 5 esid: sec-partitiondatetimepattern 6 6 description: > 7 7 Check that Intl.DateTimeFormat.formatRangeToParts output matches snapshot data 8 - locale: en-US-u-ca-chinese 8 + locale: [en-US-u-ca-chinese] 9 9 ---*/ 10 10 11 11 const calendar = "chinese";
+1 -1
vendor/git/test262/test/intl402/DateTimeFormat/prototype/formatRangeToParts/dangi-calendar-dates.js
··· 5 5 esid: sec-partitiondatetimepattern 6 6 description: > 7 7 Check that Intl.DateTimeFormat.formatRangeToParts output matches snapshot data 8 - locale: en-US-u-ca-dangi 8 + locale: [en-US-u-ca-dangi] 9 9 ---*/ 10 10 11 11 const calendar = "dangi";
+1 -1
vendor/git/test262/test/intl402/DateTimeFormat/prototype/formatToParts/chinese-calendar-dates.js
··· 5 5 esid: sec-partitiondatetimepattern 6 6 description: > 7 7 Check that Intl.DateTimeFormat.formatToParts output matches snapshot data 8 - locale: en-US-u-ca-chinese 8 + locale: [en-US-u-ca-chinese] 9 9 ---*/ 10 10 11 11 const calendar = "chinese";
+1 -1
vendor/git/test262/test/intl402/DateTimeFormat/prototype/formatToParts/dangi-calendar-dates.js
··· 5 5 esid: sec-partitiondatetimepattern 6 6 description: > 7 7 Check that Intl.DateTimeFormat.formatToParts output matches snapshot data 8 - locale: en-US-u-ca-dangi 8 + locale: [en-US-u-ca-dangi] 9 9 features: [Temporal] 10 10 ---*/ 11 11