1
0
Fork 0
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. 20210321T063003Z.fail.html.gz

ddb3472ba2
This commit is contained in:
Takashi Kokubun 2021-03-20 23:56:57 -07:00 committed by git
parent 75b38f1894
commit 450d1f2c5c

View file

@ -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