mirror of
https://github.com/tc39/test262.git
synced 2025-07-01 03:04:42 +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