From cc70fc0d95c8669db21d95d3eada86d5e03dc29d Mon Sep 17 00:00:00 2001 From: Justin Grant Date: Fri, 21 Jul 2023 01:55:07 -0700 Subject: [PATCH] Remove a sub-minute offset test There was one remaining Temporal test that was parsing an ISO string with a sub-minute offset into a Temporal.TimeZone. A polyfill bug was allowing this test case to pass, even though after tc39/proposal-temporal#2607 it should have failed. This commit removes the bad test case. --- test/staging/Temporal/Regex/old/timezone.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/staging/Temporal/Regex/old/timezone.js b/test/staging/Temporal/Regex/old/timezone.js index 100adc14e60..2df45343e50 100644 --- a/test/staging/Temporal/Regex/old/timezone.js +++ b/test/staging/Temporal/Regex/old/timezone.js @@ -43,7 +43,6 @@ function generateTest(dateTimeString, zoneString, expectedName) { }); generateTest("1976-11-18T15:23", "z", "UTC"); test("1976-11-18T15:23:30,1234Z", "UTC"); -test("1976-11-18T15:23-04:00:00,000000000", "-04:00"); test("1976-11-18T15:23+000000,0[UTC]", "UTC"); [ "\u221204:00",