mirror of https://github.com/tc39/test262.git
Intl.RelativeTimeFormat: Test some plausible but unsupported unit arguments.
This commit is contained in:
parent
48d95ac3c4
commit
d15e0f58fc
|
@ -33,6 +33,16 @@ const values = [
|
||||||
"MONTH",
|
"MONTH",
|
||||||
"QUARTER",
|
"QUARTER",
|
||||||
"YEAR",
|
"YEAR",
|
||||||
|
"decade",
|
||||||
|
"decades",
|
||||||
|
"century",
|
||||||
|
"centuries",
|
||||||
|
"millisecond",
|
||||||
|
"milliseconds",
|
||||||
|
"microsecond",
|
||||||
|
"microseconds",
|
||||||
|
"nanosecond",
|
||||||
|
"nanoseconds",
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const value of values) {
|
for (const value of values) {
|
||||||
|
|
|
@ -33,6 +33,16 @@ const values = [
|
||||||
"MONTH",
|
"MONTH",
|
||||||
"QUARTER",
|
"QUARTER",
|
||||||
"YEAR",
|
"YEAR",
|
||||||
|
"decade",
|
||||||
|
"decades",
|
||||||
|
"century",
|
||||||
|
"centuries",
|
||||||
|
"millisecond",
|
||||||
|
"milliseconds",
|
||||||
|
"microsecond",
|
||||||
|
"microseconds",
|
||||||
|
"nanosecond",
|
||||||
|
"nanoseconds",
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const value of values) {
|
for (const value of values) {
|
||||||
|
|
Loading…
Reference in New Issue