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

Remove superfluous character in class #9044

Merged

Commits on Mar 29, 2017

  1. Remove superfluous character in class

    The solidusbackslash character ("\")  was put more than once in the same
    regex character class across some XSD files. Per each character class
    there is no need to specify it twice.
    
    I ran over this while looking into an issue with class-name validation
    which do not allow digits within class names.
    
    Refs:
    
    - https://www.w3.org/TR/xmlschema11-2/#cces
    
    - magento#4470
    
    - magento#5420
    
    - magento#8307
    tkn98 committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    6ce8242 View commit details
    Browse the repository at this point in the history