Skip to content

Commit

Permalink
Fix tests to show dialog to the right edge
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Oct 9, 2021
1 parent cff83e6 commit 6a0d0ad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/reline/yamatanooroti/test_rendering.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6a0d0ad

Please sign in to comment.