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

toMillis: Allow width formatting without separators #545

Merged
merged 13 commits into from
Nov 2, 2021

Commits on Oct 15, 2021

  1. Regex bug test case

    Test case for Regex issue in which the min/max picture values are being ignored.
    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7d3040f View commit details
    Browse the repository at this point in the history
  2. Fix picture syntax

    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    76d6a45 View commit details
    Browse the repository at this point in the history
  3. MandatoryDigits notes

    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    150b928 View commit details
    Browse the repository at this point in the history
  4. Adjusting occurrence

    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    5bf850c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c771fff View commit details
    Browse the repository at this point in the history
  6. Remove garbage

    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    ebeedd5 View commit details
    Browse the repository at this point in the history
  7. Positive n

    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    049cbe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5945407 View commit details
    Browse the repository at this point in the history
  9. Adding YMD case

    Adding a YMD case which appears to be failing.
    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    8f481fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    089a92b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e4812e1 View commit details
    Browse the repository at this point in the history
  12. n with consideration of optionalDigits

    Usage of n works except when there could be optional digits, i.e. [M#1] in which case we need to also supply a lower bound of occurrences.
    JAMSUPREME committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e586c06 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    0e06675 View commit details
    Browse the repository at this point in the history