mirror of https://github.com/tc39/test262.git
Revert "remove "invalid" from invalid date of "cu" and "nu""
This reverts commit a1c3929c35
.
This commit is contained in:
parent
faed4fb089
commit
d3e5b818d9
|
@ -24,7 +24,7 @@ var defaultLocale = defaultOptions.locale;
|
|||
var defaultSortedArray = testArray.slice(0).sort(defaultCollator.compare);
|
||||
|
||||
var keyValues = {
|
||||
"co": ["standard", "search"],
|
||||
"co": ["standard", "search", "invalid"],
|
||||
"ka": ["noignore", "shifted", "invalid"],
|
||||
"kb": ["true", "false", "invalid"],
|
||||
"kc": ["true", "false", "invalid"],
|
||||
|
|
|
@ -21,7 +21,7 @@ locales.forEach(function (locale) {
|
|||
|
||||
var keyValues = {
|
||||
"cu": ["USD", "EUR", "JPY", "CNY", "TWD", "invalid"], // DateTimeFormat internally uses NumberFormat
|
||||
"nu": ["native", "traditio", "finance"],
|
||||
"nu": ["native", "traditio", "finance", "invalid"],
|
||||
"tz": ["usnavajo", "utcw01", "aumel", "uslax", "usnyc", "deber", "invalid"]
|
||||
};
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ locales.forEach(function (locale) {
|
|||
|
||||
var keyValues = {
|
||||
"cu": ["USD", "EUR", "JPY", "CNY", "TWD", "invalid"],
|
||||
"nu": ["native", "traditio", "finance"]
|
||||
"nu": ["native", "traditio", "finance", "invalid"]
|
||||
};
|
||||
|
||||
Object.getOwnPropertyNames(keyValues).forEach(function (key) {
|
||||
|
|
Loading…
Reference in New Issue