Accept an additional type of hyphen / dash in time splitting
This commit is contained in:
@ -160,11 +160,11 @@ final class NodaTimeSplitterTest extends TestCase {
|
||||
"1945-2046",
|
||||
],
|
||||
"1930–2017" => [
|
||||
"1930-2017",
|
||||
"1930–2017",
|
||||
new NodaSplitTime('1930', '2017',
|
||||
start_date: '1930-01-01',
|
||||
end_date: '2017-12-31'),
|
||||
"1930-2017",
|
||||
"1930–2017",
|
||||
],
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user