You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inner parens should be counted so they balance properly. Currently they are not:
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.
The text was updated successfully, but these errors were encountered:
Inner parens should be counted so they balance properly. Currently they are not:
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.
The text was updated successfully, but these errors were encountered: