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
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 nowsay'foo'.subst:/'fo'<( 'o'/, 'x';
# Doesn't happen with this method call form tho
Picture [optional]
Leave this in. For internal use.
Fixed in Master
Fixed in Release
Has Tests
Passes Tests
The text was updated successfully, but these errors were encountered:
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
Picture [optional]
Leave this in. For internal use.
The text was updated successfully, but these errors were encountered: