diff --git a/test/reline/yamatanooroti/test_rendering.rb b/test/reline/yamatanooroti/test_rendering.rb index 0bfa0df71b..d716ac5a0a 100644 --- a/test/reline/yamatanooroti/test_rendering.rb +++ b/test/reline/yamatanooroti/test_rendering.rb @@ -829,12 +829,12 @@ def test_simple_dialog_at_right_edge assert_screen(<<~'EOC') Multiline REPL. prompt> ab - Ruby is... - A dynamic, open source programming - language with a focus on simplicity - and productivity. It has an elegant - syntax that is natural to read and - easy to write. + Ruby is... + A dynamic, open source programming + language with a focus on simplicity + and productivity. It has an elegant + syntax that is natural to read and + easy to write. EOC end @@ -884,8 +884,8 @@ def test_autocomplete_target_is_wrapped assert_screen(<<~'EOC') Multiline REPL. prompt> St - r String - Struct + r String + Struct EOC end