Skip to content

Commit

Permalink
[ruby/reline] Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 8, 2021
1 parent ea75aed commit e356b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/reline/yamatanooroti/test_rendering.rb
Expand Up @@ -622,7 +622,6 @@ def each_top_level_statement

def test_update_cursor_correctly_when_just_cursor_moving
start_terminal(5, 30, %W{ruby -I#{@pwd}/lib #{@pwd}/bin/multiline_repl}, startup_message: 'Multiline REPL.')
puts %W{ruby -I#{@pwd}/lib #{@pwd}/bin/multiline_repl}.inspect
write("def hoge\n 01234678")
write("\C-p")
write("\C-b")
Expand Down

0 comments on commit e356b71

Please sign in to comment.