Skip to content

Fix mini grammar escape warnings#275

Draft
Mirochill wants to merge 1 commit into
Bubobubobubobubo:mainfrom
Mirochill:fix-264-mini-grammar-escapes
Draft

Fix mini grammar escape warnings#275
Mirochill wants to merge 1 commit into
Bubobubobubobubo:mainfrom
Mirochill:fix-264-mini-grammar-escapes

Conversation

@Mirochill

Copy link
Copy Markdown

Summary:

  • escape the regex backslashes inside the Parsimonious mini-notation grammar
  • keep the word and whitespace regex semantics unchanged while avoiding invalid escape warnings

Related issues:

Validation:

  • git diff --check
  • git diff --cached --check
  • git show --check --stat --oneline HEAD
  • Not run locally: project test suite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SyntaxWarning: invalid escape sequence '\w'

1 participant