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 patterns starting with ^ in tokenizer #1645

Merged

Conversation

Guldoman
Copy link
Member

Previously the "dirty" version of the pattern was used, which could result in trying to match with multiple ^, which failed valid matches.

Needs testing.

Previously the "dirty" version of the pattern was used, which could 
result in trying to match with multiple `^`, which failed valid matches.
@takase1121 takase1121 added this to PR in Bugfix Release Tracker via automation Oct 18, 2023
@takase1121 takase1121 moved this from PR to Freeze in Bugfix Release Tracker Nov 27, 2023
@adamharrison
Copy link
Member

Yup, seems reasonable. Did some basic testing, and works as expected. Merging.

@adamharrison adamharrison merged commit e95094f into lite-xl:master Nov 29, 2023
10 checks passed
Bugfix Release Tracker automation moved this from Freeze to TODO Nov 29, 2023
@takase1121 takase1121 moved this from TODO to Cherry Picked in Bugfix Release Tracker Nov 30, 2023
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Nov 30, 2023
Previously the "dirty" version of the pattern was used, which could 
result in trying to match with multiple `^`, which failed valid matches.
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Nov 30, 2023
Previously the "dirty" version of the pattern was used, which could 
result in trying to match with multiple `^`, which failed valid matches.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants