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

Bugfix: Correct keyword regex used by style_keyword_*. #213

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

DaveMcEwan
Copy link
Contributor

  • Reported in Bug: Panic in style rules #211.
  • New regex determined by looking at all the possibilities in sv-parser, instead of reading the LRM.
  • Previous regex did not allow for characters $, ', B, X, or Z.
  • I think only $ was causing a real issue, but keyword regex has been updated to include all characters to avoid confusing corner-cases later.

New regex determined by looking at all the possibilities in sv-parser,
instead of reading the LRM.
Previous regex did not allow for $, ', B, X, or Z.
@dalance dalance merged commit 023749b into dalance:master Dec 16, 2022
@DaveMcEwan DaveMcEwan deleted the bugfix211 branch December 16, 2022 16:21
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.

2 participants