Skip to content

Commit

Permalink
Revert "workaround for windows terminal ci"
Browse files Browse the repository at this point in the history
This reverts commit 18796ac.
  • Loading branch information
YO4 committed Oct 17, 2024
1 parent 18796ac commit 67d7109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/reline/yamatanooroti/test_rendering.rb
Original file line number Diff line number Diff line change
Expand Up @@ -889,7 +889,7 @@ def test_not_meta_key
end

def test_force_enter
start_terminal(30, 50, %W{ruby -I#{@pwd}/lib #{@pwd}/test/reline/yamatanooroti/multiline_repl}, startup_message: 'Multiline REPL.')
start_terminal(30, 120, %W{ruby -I#{@pwd}/lib #{@pwd}/test/reline/yamatanooroti/multiline_repl}, startup_message: 'Multiline REPL.')
write("def hoge\nend\C-p\C-e")
write("\M-\x0D")
assert_screen(<<~EOC)
Expand Down

0 comments on commit 67d7109

Please sign in to comment.