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

qw() quoting doesn't count parens #15

Open
leonerd opened this issue Mar 10, 2022 · 1 comment
Open

qw() quoting doesn't count parens #15

leonerd opened this issue Mar 10, 2022 · 1 comment
Assignees
Labels
Hrm? I guess I see how that was missed?

Comments

@leonerd
Copy link
Owner

leonerd commented Mar 10, 2022

Inner parens should be counted so they balance properly. Currently they are not:

parens

Observe the screenshot. The top line, incorrect, shows the closing paren of qw(...) is white, not magenta.
By using different brackets inside the string (the bottom line), the parse is correct.

@rabbiveesh rabbiveesh added the Hrm? I guess I see how that was missed? label Mar 10, 2022
@rabbiveesh
Copy link
Collaborator

This should be easy enough to solve. Will take it over the weekend.

@rabbiveesh rabbiveesh self-assigned this Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hrm? I guess I see how that was missed?
Projects
None yet
Development

No branches or pull requests

2 participants