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 capture marker breaks highlights #24

Open
2 of 4 tasks
zoffixznet opened this issue Dec 19, 2016 · 1 comment
Open
2 of 4 tasks

Regex capture marker breaks highlights #24

zoffixznet opened this issue Dec 19, 2016 · 1 comment

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Dec 19, 2016

I'm on v1.11.2

Opening regex capture marker breaks highlights until closing capture marker is seen, when used in a regex given to a method called with .foo() form, even though everything's fine when .foo: form call is used.

Example Code

say 'foo'.subst( / 'fo' <( 'o' /, 'x');
say "Hi"; # Opps broken highlights now )> # fixed now


say 'foo'.subst: / 'fo' <( 'o' /, 'x';
# Doesn't happen with this method call form tho

Picture [optional]

z

Leave this in. For internal use.

  • Fixed in Master
  • Fixed in Release
  • Has Tests
  • Passes Tests
@samcv samcv closed this as completed in ddd41f4 Dec 19, 2016
@samcv
Copy link
Collaborator

samcv commented Dec 19, 2016

Looks like it autoclosed this. Fixed in v1.11.3, (just released it) but going to just keep this open until tests are written.

@samcv samcv reopened this Dec 19, 2016
@samcv samcv changed the title Regex capture marker breaks highlights [needs tests] Regex capture marker breaks highlights Dec 19, 2016
@samcv samcv changed the title [needs tests] Regex capture marker breaks highlights [fixed but needs tests] Regex capture marker breaks highlights Dec 23, 2016
@samcv samcv changed the title [fixed but needs tests] Regex capture marker breaks highlights [F] [NT] Regex capture marker breaks highlights Dec 28, 2016
@samcv samcv changed the title [F] [NT] Regex capture marker breaks highlights Regex capture marker breaks highlights Jan 11, 2017
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

2 participants