From ec76c9868b9b707aa657b59b8bb9e737c7ff91e7 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Sun, 27 Nov 2022 06:09:45 +0000 Subject: [PATCH] [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 --- test/irb/yamatanooroti/test_rendering.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/irb/yamatanooroti/test_rendering.rb b/test/irb/yamatanooroti/test_rendering.rb index 485fa47c25..6d1a0a1d77 100644 --- a/test/irb/yamatanooroti/test_rendering.rb +++ b/test/irb/yamatanooroti/test_rendering.rb @@ -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