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

Bug 103 fixed #104

Merged
merged 2 commits into from
May 18, 2020
Merged

Bug 103 fixed #104

merged 2 commits into from
May 18, 2020

Conversation

joeced
Copy link
Collaborator

@joeced joeced commented May 18, 2020

Fixed #103
If a double quoted string was followed by a single quoted string, the lexer
would produce incorrect token, causing the a parser warning. Fixed by merging
parts from pygments.

joeced added 2 commits May 18, 2020 22:29
Fixed issue with order of single and double quoted strings. It got the
lexer to produce incorrect tokens.
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.

Double quotes assignment before single quote argument in class method bug
1 participant