File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
test/reline/yamatanooroti Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,7 @@ def test_esc_input
245
245
sleep 1
246
246
write ( "A" )
247
247
write ( "B\e AC" ) # ESC + A (M-A, specified ed_unassigned in Reline::KeyActor::Emacs)
248
+ close
248
249
assert_screen ( <<~EOC )
249
250
Multiline REPL.
250
251
prompt> abcABCdef
@@ -690,6 +691,7 @@ def test_longer_than_screen_height_nearest_cursor_with_scroll_back
690
691
EOC
691
692
write ( "\C -p" * 4 + "\C -e" + "\C -p" * 4 )
692
693
write ( "2" )
694
+ close
693
695
assert_screen ( <<~EOC )
694
696
prompt> if 12
695
697
prompt> if 2
@@ -994,6 +996,7 @@ def test_dialog_scroll_pushup_condition
994
996
write ( "\n " * 10 )
995
997
write ( "if 1\n sSt\n end" )
996
998
write ( "\C -p\C -h\C -e" )
999
+ close
997
1000
assert_screen ( <<~'EOC' )
998
1001
prompt>
999
1002
prompt>
You can’t perform that action at this time.
0 commit comments