Skip to content

Commit

Permalink
port upper-case Jul case
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Feb 27, 2019
1 parent 89202ca commit f52b3a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dateutil/test/test_parser.py
Expand Up @@ -71,6 +71,7 @@
("July 4, 1976", datetime(1976, 7, 4), "random format"),
("7 4 1976", datetime(1976, 7, 4), "random format"),
("4 jul 1976", datetime(1976, 7, 4), "random format"),
("4 Jul 1976", datetime(1976, 7, 4), "'%-d %b %Y' format"),
("7-4-76", datetime(1976, 7, 4), "random format"),
("19760704", datetime(1976, 7, 4), "random format"),
("0:01:02 on July 4, 1976", datetime(1976, 7, 4, 0, 1, 2), "random format"),
Expand Down

0 comments on commit f52b3a7

Please sign in to comment.