Nothing Special   »   [go: up one dir, main page]

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

Fix rule for token position example #211

Merged
merged 1 commit into from
Nov 15, 2017
Merged

Commits on Nov 7, 2017

  1. Fix rule for token position example

    The sample rule for CIdent has a "|" in it by mistake. The error makes CIdent accept empty strings which causes problems and raises the following warning:
    
    Warning : 
      The following tokens accept the empty string: 
        CIdent
      This is error-prone and will not be supported in the future.
    mluszczyk authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    13510ad View commit details
    Browse the repository at this point in the history