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

Regex captures aren't highlighted properly in double quoted strings #9

Closed
samcv opened this issue Dec 15, 2016 · 1 comment
Closed

Comments

@samcv
Copy link
Collaborator

samcv commented Dec 15, 2016

Issue Description

screenshot_20161115_183819

Taken from MadcapJake/language-perl6fe#41

Compare the following:

Example Code

say "Nick [{$<nick>}] Units [{$<units>}] Time [{$<time>}] Message [{$<message>}]";
my $got = string-to-secs("$<time> $<units>");
samcv added a commit that referenced this issue Dec 16, 2016
Also add tests for regex named capture variables bath by themself
as well as inside double quoted strings.
@samcv samcv modified the milestones: v1.9.10, v1.9.11 Dec 16, 2016
@samcv
Copy link
Collaborator Author

samcv commented Dec 16, 2016

v1.9.11 has been released, which fixes this bug. Closing.

@samcv samcv closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant