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