I am finding that a number of correct date formats are failing to parsed by strict=True. I have made changed to to patch this in extract_date_strings_inner and I have also added a new test file to account for these, I don't think find_dates is being tested in strict mode under the current suite?
mm/dd/yyyy e.g. 09/06/2018
xxth day of yyyy e.g. 19th day of May, 2015 (NB: Had to change a spuriously passed test intest_extract_date_strings.py
I am finding that a number of correct date formats are failing to parsed by strict=True. I have made changed to to patch this in
extract_date_strings_inner
and I have also added a new test file to account for these, I don't thinkfind_dates
is being tested in strict mode under the current suite?test_extract_date_strings.py