summaryrefslogtreecommitdiff
path: root/test/reline/yamatanooroti/test_rendering.rb
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-10-09 23:19:59 +0900
committergit <svn-admin@ruby-lang.org>2021-10-09 23:23:14 +0900
commitd0f2c4d053f90b95e20aa32aa09100e64cf576b7 (patch)
treeb9f36b0cedac36a58ebc5b4f8fc04f52a70d6026 /test/reline/yamatanooroti/test_rendering.rb
parentbf1f6a696fbd96379d3d5b85afbe5639ecea2f14 (diff)
[ruby/reline] Fix tests to show dialog to the right edge
https://github.com/ruby/reline/commit/6a0d0ada94
Diffstat (limited to 'test/reline/yamatanooroti/test_rendering.rb')
-rw-r--r--test/reline/yamatanooroti/test_rendering.rb16
1 files changed, 8 insertions, 8 deletions
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 @@ begin
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 @@ begin
assert_screen(<<~'EOC')
Multiline REPL.
prompt> St
- r String
- Struct
+ r String
+ Struct
EOC
end