[ruby/irb] Invalid encoding symbol now raises SyntaxError also in

3.3
(https://github.com/ruby/irb/pull/969)

https://github.com/ruby/irb/commit/bad7492ab0
This commit is contained in:
tomoya ishida 2024-06-13 01:57:52 +09:00 committed by git
parent 96974c6c0d
commit 783eaf70f8

View File

@ -61,7 +61,7 @@ module TestIRB
omit "Remove me after https://github.com/ruby/prism/issues/2129 is addressed and adopted in TruffleRuby"
end
if RUBY_VERSION >= "3.4."
if RUBY_VERSION >= "3.3."
omit "Now raises SyntaxError"
end