[ruby/reline] Fix tests to show dialog to the right edge

https://github.com/ruby/reline/commit/6a0d0ada94
This commit is contained in:
aycabta 2021-10-09 23:19:59 +09:00 коммит произвёл git
Родитель bf1f6a696f
Коммит d0f2c4d053
1 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -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