We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f63a02 commit 7118b33Copy full SHA for 7118b33
test/irb/test_cmd.rb
@@ -407,10 +407,10 @@ def test_ls
407
end
408
assert_empty err
409
assert_match(/^instance variables:\s+@a\n/m, out)
410
- assert_match(/C#methods: m1\n/m, out)
411
- assert_match(/M#methods: m2\n/m, out)
412
- assert_match(/M2#methods: m3\n/m, out)
413
- 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)
414
415
416
def test_show_source
0 commit comments