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 Regex Character Class Escape Tests #4195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 14, 2024

  1. Fix Regex Character Class Escape Tests

    For each character class escape (\d, \D, \s, \S, \w, \W), check
    positive cases (the escape matches all characters it's supposed to
    match) and negative cases (the escape doesn't match any of the
    characters it should not match).  Each of these checks is also done in
    Unicode mode.
    
    This is part of my work at the SYSTEMF lab at EPFL.
    Aurele-Barriere committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    27b8f1b View commit details
    Browse the repository at this point in the history