[前][次][番号順一覧][スレッド一覧]

ruby-changes:68335

From: aycabta <ko1@a...>
Date: Sat, 9 Oct 2021 23:23:26 +0900 (JST)
Subject: [ruby-changes:68335] d0f2c4d053 (master): [ruby/reline] Fix tests to show dialog to the right edge

https://git.ruby-lang.org/ruby.git/commit/?id=d0f2c4d053

From d0f2c4d053f90b95e20aa32aa09100e64cf576b7 Mon Sep 17 00:00:00 2001
From: aycabta <aycabta@g...>
Date: Sat, 9 Oct 2021 23:19:59 +0900
Subject: [ruby/reline] Fix tests to show dialog to the right edge

https://github.com/ruby/reline/commit/6a0d0ada94
---
 test/reline/yamatanooroti/test_rendering.rb | 16 ++++++++--------
 1 file 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 https://github.com/ruby/ruby/blob/trunk/test/reline/yamatanooroti/test_rendering.rb#L829
       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 https://github.com/ruby/ruby/blob/trunk/test/reline/yamatanooroti/test_rendering.rb#L884
       assert_screen(<<~'EOC')
         Multiline REPL.
         prompt>           St
-        r            String
-                     Struct
+        r             String
+                      Struct
       EOC
     end
 
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]