[ruby/irb] Activate yamatanooroti tests on CI

(https://github.com/ruby/irb/pull/459)

* Activate yamatanooroti tests on CI

* Fix delete test

https://github.com/ruby/irb/commit/750cf4c480
This commit is contained in:
Stan Lo 2022-11-27 06:09:45 +00:00 committed by git
parent b55da1cd97
commit ec76c9868b

View File

@ -297,9 +297,9 @@ begin
write("continue\n")
write("delete 0\n")
close
assert_include_screen(<<~EOC)
assert_include_screen(<<~EOC.strip)
(rdbg:irb) delete 0
deleted: #0 BP - Line #{@ruby_file}:5 (line)
deleted: #0 BP - Line
EOC
end