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

SAS: String pattern without backreferences to fix proc-args token #2013

Merged
merged 1 commit into from
Aug 8, 2019

Conversation

RunDevelopment
Copy link
Member

While rebasing #1996 I noticed a small mistake I overlooked in #1981.

Because the proc-args pattern has a lookbehind capturing group, the \1 in the string pattern will refer to the lookbehind group. This PR fixes this bug by replacing the old string pattern with old that doesn't use backreferences.

@RunDevelopment
Copy link
Member Author

I'll immediately merge this because it's a small mistake with an easy fix.

@RunDevelopment RunDevelopment merged commit af5a36a into PrismJS:master Aug 8, 2019
@RunDevelopment RunDevelopment deleted the sas-string-fix branch August 8, 2019 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant