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

Restore a pending test for processing a regex with regopt #11553

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions spec/rubocop/cop/variable_force_spec.rb
Expand Up @@ -28,9 +28,7 @@
end
end

# FIXME: Remove `broken_on: jruby` when JRuby incompatible is resolved:
# https://github.com/jruby/jruby/issues/7113
context 'when processing a regex with regopt', broken_on: :jruby do
context 'when processing a regex with regopt' do
let(:node) { parse_source('/\x82/n =~ "a"').ast }

it 'does not raise an error' do
Expand Down