1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Sometimes result indicator (=>) isn't shown

This commit is contained in:
aycabta 2020-07-22 03:49:17 +09:00
parent 0faf02718a
commit ee2529dffe

View file

@ -108,7 +108,7 @@ module TestIRB
irb.eval_input
end
assert_empty err
assert_equal("(Object doesn't support #inspect)\n=> \n", out)
assert(/\(Object doesn't support #inspect\)\n(=> )?\n/, out)
ensure
$VERBOSE = verbose
end