Skip to content

Commit

Permalink
Fix Test to moveCursor
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbautista committed Aug 5, 2024
1 parent be2f619 commit 548c65f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions qtconsole/tests/test_ansi_code_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ def test_combined(self):
self.assertEqual(actions, [[], ['carriage-return'], [], ['backspace']])

def test_move_cursor_up(self):
""" Do control sequences for scrolling the buffer work?
"""
string = '\x1b[A\x1b[5A\x1b[F\x1b[5F'
i = -1
for i, substring in enumerate(self.processor.split_string(string)):
Expand Down

0 comments on commit 548c65f

Please sign in to comment.