Skip to content

Commit

Permalink
Update JSON data and add test
Browse files Browse the repository at this point in the history
  • Loading branch information
wulmer committed Nov 7, 2022
1 parent 2516183 commit f5f6fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -34,6 +34,7 @@
],
"september": [
"sep",
"sept",
"september"
],
"october": [
Expand Down
1 change: 1 addition & 0 deletions tests/test_date_parser.py
Expand Up @@ -117,6 +117,7 @@ def setUp(self):
param('21. Dezember 2013', datetime(2013, 12, 21)),
param('19. Februar 2012', datetime(2012, 2, 19)),
param('26. Juli 2014', datetime(2014, 7, 26)),
param('1. Sept 2000', datetime(2000, 9, 1)),
param('18.10.14 um 22:56 Uhr', datetime(2014, 10, 18, 22, 56)),
param('12-Mär-2014', datetime(2014, 3, 12)),
param('Mit 13:14', datetime(2012, 11, 7, 13, 14)),
Expand Down

0 comments on commit f5f6fca

Please sign in to comment.