diff options
| author | Stan Lo <stan.lo@shopify.com> | 2022-11-27 06:09:45 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2022-11-27 06:09:50 +0000 |
| commit | ec76c9868b9b707aa657b59b8bb9e737c7ff91e7 (patch) | |
| tree | bd0f725a1230eed8e182e7326a3c989b9fbf09db /test | |
| parent | b55da1cd97c579d65f9a2bad8d638278563008be (diff) | |
[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
Diffstat (limited to 'test')
| -rw-r--r-- | test/irb/yamatanooroti/test_rendering.rb | 4 |
1 files 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 |
