Correctly handle multibype hyphens in XXXX-XXXX

This commit is contained in:
2025-03-10 04:13:59 +01:00
parent 54dd958073
commit beba838c0d
2 changed files with 5 additions and 5 deletions

View File

@ -164,7 +164,7 @@ final class NodaTimeSplitterTest extends TestCase {
new NodaSplitTime('1930', '2017',
start_date: '1930-01-01',
end_date: '2017-12-31'),
"19302017",
"1930-2017",
],
];