Allow splitting "Jahr 1920"
This commit is contained in:
@@ -25,6 +25,20 @@ final class NodaTimeSplitterTest extends TestCase {
|
||||
public static function splittableGermanTimeNamesProvider():array {
|
||||
|
||||
return [
|
||||
"Jahr 1920" => [
|
||||
"1920",
|
||||
new NodaSplitTime('1920', '1920',
|
||||
start_date: '1920-01-01',
|
||||
end_date: '1920-12-31'),
|
||||
"1920",
|
||||
],
|
||||
"Jahre 1920" => [
|
||||
"1920",
|
||||
new NodaSplitTime('1920', '1920',
|
||||
start_date: '1920-01-01',
|
||||
end_date: '1920-12-31'),
|
||||
"1920",
|
||||
],
|
||||
"1920er Jahre" => [
|
||||
"1920er Jahre",
|
||||
new NodaSplitTime('1920', '1929',
|
||||
|
||||
Reference in New Issue
Block a user