We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db7436b commit 4c02e04Copy full SHA for 4c02e04
1 file changed
test/mri/excludes/TestSyntax.rb
@@ -24,7 +24,6 @@
24
exclude :test_it, "missing error for combining `it` with `_2`"
25
exclude :test_keyword_invalid_name, "work in progress"
26
exclude :test_keyword_self_reference, "circular variable reference error"
27
-exclude :test_methoddef_endless_command, "endless method with modifier call does not parse successfully (https://github.com/jruby/jruby/issues/9266)"
28
exclude :test_numbered_parameter, "work in progress"
29
exclude :test_optional_self_reference, "circular variable reference error"
30
exclude :test_return_in_proc_in_class, "may be expecting SyntaxError for something but we reaise LocalJumpError at runtime"
0 commit comments