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