Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] Treat periods as periods, not regex-anything period, for weekday parsing in strict mode. #4453

Merged
merged 4 commits into from Apr 15, 2018

Commits on Feb 25, 2018

  1. Treat periods in short weekdays as literal periods when in strict mod…

    …e with exact parsing turned off
    Caleb Cauthon committed Feb 25, 2018
    Copy the full SHA
    ca9b741 View commit details
    Browse the repository at this point in the history
  2. Add tests for the other 2 areas where periods were treated improperly…

    …, and organize the tests
    Caleb Cauthon committed Feb 25, 2018
    Copy the full SHA
    63f244c View commit details
    Browse the repository at this point in the history
  3. Remove trailing commas

    Caleb Cauthon committed Feb 25, 2018
    Copy the full SHA
    651579a View commit details
    Browse the repository at this point in the history
  4. Follow styling standards

    Caleb Cauthon committed Feb 25, 2018
    Copy the full SHA
    b3f7018 View commit details
    Browse the repository at this point in the history