Skip to content

Commit

Permalink
test_yamatanooroti: can't access scrolled out startup message on wind…
Browse files Browse the repository at this point in the history
…ows terminal
  • Loading branch information
YO4 committed Oct 12, 2024
1 parent fe13a6e commit ac3f1e8
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 @@ -1064,7 +1064,7 @@ def test_dialog_scroll_pushup_condition

def test_simple_dialog_with_scroll_screen
iterate_over_face_configs do |config_name, config_file|
start_terminal(5, 50, %W{ruby -I#{@pwd}/lib -r#{config_file.path} #{@pwd}/test/reline/yamatanooroti/multiline_repl --dialog simple}, startup_message: 'Multiline REPL.')
start_terminal(5, 50, %W{ruby -I#{@pwd}/lib -r#{config_file.path} #{@pwd}/test/reline/yamatanooroti/multiline_repl --dialog simple}, startup_message: /prompt>/)
write("if 1\n 2\n 3\n 4\n 5\n 6")
write("\C-p\C-n\C-p\C-p\C-p#")
close
Expand Down

0 comments on commit ac3f1e8

Please sign in to comment.