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

Backend: Amend enchant exclusive regex #2985

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

VixidDev
Copy link
Contributor

@VixidDev VixidDev commented Nov 24, 2024

What

Fixes the enchant parsing not parsing chat tooltips correctly by fixing the enchant exclusive regex to have the §r that appears before commas in chat tooltips be in a capturing group () rather than a character class []. Not sure how I did this since for the actual enchant regex it is a capturing group, and none of the regex tests caught it, so I added another test.

One day there will be enough regex tests to catch all potential errors... surely...

Changelog Technical Details

  • Updated the enchant-exclusive regex to restore chat tooltip functionality. - Vixid

@github-actions github-actions bot added the Backend A backend pull request that will be merged soon label Nov 24, 2024
@hannibal002 hannibal002 merged commit 7600c77 into hannibal002:beta Nov 24, 2024
8 checks passed
@hannibal002 hannibal002 added this to the Version 0.28 milestone Nov 24, 2024
@github-actions github-actions bot removed the Backend A backend pull request that will be merged soon label Nov 24, 2024
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