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

Match against an optional single trailing colon #1010

Merged

Commits on May 26, 2022

  1. Match against an optional single trailing colon

    Currently we allow multiple trailing colons when matching within the
    `check_format_non_negative` macro. We can be more restrictive with no
    loss of usability.
    
    Use `$(;)?` instead of `$(;)*` to match against 0 or 1 semi-colons
    instead of 0 or more.
    tcharding committed May 26, 2022
    Configuration menu
    Copy the full SHA
    88ce8fe View commit details
    Browse the repository at this point in the history