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:
parent
0faf02718a
commit
ee2529dffe
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ module TestIRB
|
||||||
irb.eval_input
|
irb.eval_input
|
||||||
end
|
end
|
||||||
assert_empty err
|
assert_empty err
|
||||||
assert_equal("(Object doesn't support #inspect)\n=> \n", out)
|
assert(/\(Object doesn't support #inspect\)\n(=> )?\n/, out)
|
||||||
ensure
|
ensure
|
||||||
$VERBOSE = verbose
|
$VERBOSE = verbose
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue