Skip to content

Commit

Permalink
fix the fix because it was definitely wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
qexat committed Sep 30, 2023
1 parent 3feb93a commit f291719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/features/movement_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def test_sequence_handling(run_only_fake):
h.press('\x1b[1;')
h.press(' test7')
h.await_text('test1 test2 test3 test4 test5 test6 test7')
h.await_text(r'\x1b(263)')
h.await_text(r'\x1b[1;')


def test_indentation_using_tabs(run, tmpdir):
Expand Down

0 comments on commit f291719

Please sign in to comment.