mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
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…
x
Reference in New Issue
Block a user