Skip to content
Snippets Groups Projects
Commit 3a517cb7 authored by Rick Waldron's avatar Rick Waldron
Browse files

Merge remote-tracking branch 'ms2ger/rtf-unit-invalid-plausible'

* ms2ger/rtf-unit-invalid-plausible:
  Intl.RelativeTimeFormat: Test some plausible but unsupported unit arguments.
parents e900c559 d15e0f58
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,16 @@ const 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) {
......
...@@ -33,6 +33,16 @@ const 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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment