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
The following regexp does not parse/compile: /\A((x)|(y))(?(2)y|x)\z/
Here's the error it produces:
[] ~/projects/jruby $ jruby -c test/mri/ruby/test_regexp.rb
SyntaxError in (RegexpError) undefined group option: /\A((x)|(y))(?(2)y|x)\z/
As you can see this prevents test_regexp.rb from running. It has not been running for over a year (excluded from test:mri run) and we should really fix this for 9k final.
The text was updated successfully, but these errors were encountered:
The following regexp does not parse/compile:
/\A((x)|(y))(?(2)y|x)\z/
Here's the error it produces:
As you can see this prevents test_regexp.rb from running. It has not been running for over a year (excluded from test:mri run) and we should really fix this for 9k final.
The text was updated successfully, but these errors were encountered: