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

tests/plugins/lit.local.cfg: Properly escape regex #4697

Merged
merged 1 commit into from
Jul 7, 2024

Commits on Jul 7, 2024

  1. tests/plugins/lit.local.cfg: Properly escape regex

    .../tests/plugins/lit.local.cfg:23: SyntaxWarning: invalid escape sequence '\('
    
    A plain \ is used to escape a character in a string so one needs \\ to
    escape a character in a regex. The check worked correctly otherwise,
    this just fixes the warning.
    
    Signed-off-by: Andrei Horodniceanu <[email protected]>
    the-horo committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ca0a365 View commit details
    Browse the repository at this point in the history