mirror of
https://github.com/tc39/test262.git
synced 2025-06-01 12:40:30 +02:00
The invalid 'numberingSystem' options test from RelativeTimeFormat covers a few more cases, so let's reuse it for NumberFormat and DateTimeFormat. While there, also add tests using non-ASCII inputs. Fixes #2540