From f7b25f111c500cd3e1785c8dfafb98a5b5c2b115 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Fri, 25 Sep 2026 12:31:46 +0200 Subject: [PATCH] Ensure -xxx-xxx times cannot be split --- tests/NodaTimeSplitterTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/NodaTimeSplitterTest.php b/tests/NodaTimeSplitterTest.php index 0d1d0fa..c9aceea 100644 --- a/tests/NodaTimeSplitterTest.php +++ b/tests/NodaTimeSplitterTest.php @@ -627,6 +627,7 @@ final class NodaTimeSplitterTest extends TestCase { foreach ([ "30.02.2024", + "-100-100", "31.11.2024", "31.4.2024", "1.2.2020-2.2.2020",