mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Deal with different screen sizes
https://github.com/ruby/irb/commit/7118b3322f
This commit is contained in:
parent
de96ae9b71
commit
c7601fb9ed
1 changed files with 4 additions and 4 deletions
|
@ -407,10 +407,10 @@ module TestIRB
|
|||
end
|
||||
assert_empty err
|
||||
assert_match(/^instance variables:\s+@a\n/m, out)
|
||||
assert_match(/C#methods: m1\n/m, out)
|
||||
assert_match(/M#methods: m2\n/m, out)
|
||||
assert_match(/M2#methods: m3\n/m, out)
|
||||
assert_match(/C.methods: m4\n/m, out)
|
||||
assert_match(/C#methods:\s+m1\n/m, out)
|
||||
assert_match(/M#methods:\s+m2\n/m, out)
|
||||
assert_match(/M2#methods:\s+m3\n/m, out)
|
||||
assert_match(/C.methods:\s+m4\n/m, out)
|
||||
end
|
||||
|
||||
def test_show_source
|
||||
|
|
Loading…
Add table
Reference in a new issue