Skip to content

Commit

Permalink
Add 11 sept. 2014 test case for september not sept/seven (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
klodr authored Oct 17, 2023
1 parent 725ccc0 commit 69f95a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_date_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def setUp(self):
),
# French dates
param("11 Mai 2014", datetime(2014, 5, 11)),
param("11 sept. 2014", datetime(2014, 9, 11)),
param("dimanche, 11 Mai 2014", datetime(2014, 5, 11)),
param("22 janvier 2015 à 14h40", datetime(2015, 1, 22, 14, 40)),
param("Dimanche 1er Février à 21:24", datetime(2012, 2, 1, 21, 24)),
Expand Down

0 comments on commit 69f95a4

Please sign in to comment.