mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Deal with different screen sizes
e.g. http://rubyci.s3.amazonaws.com/centos8/ruby-master/log/20210321T063003Z.fail.html.gz https://github.com/ruby/irb/commit/ddb3472ba2
This commit is contained in:
parent
75b38f1894
commit
450d1f2c5c
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ module TestIRB
|
|||
irb.eval_input
|
||||
end
|
||||
assert_empty err
|
||||
assert_match(/^instance variables: @a\n/, out)
|
||||
assert_match(/^instance variables:\s+@a\n/m, out)
|
||||
end
|
||||
|
||||
def test_whereami
|
||||
|
|
Loading…
Reference in a new issue