mirror of
https://github.com/tc39/test262.git
synced 2025-08-22 10:28:30 +02:00
ISO strings may separate the time from the date with a case-insensitive T, or a space. This adds tests to all entry points that take ISO strings, to ensure that they accept an uppercase T, lowercase T, or space as the time separator. These tests are based on the one test for Temporal.PlainDateTime.from that was already present.