diff options
Diffstat (limited to 'text_tests.lua')
-rw-r--r-- | text_tests.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text_tests.lua b/text_tests.lua index 4fe0ca8..cfdffdd 100644 --- a/text_tests.lua +++ b/text_tests.lua @@ -1007,7 +1007,7 @@ function test_pagedown_can_start_from_middle_of_long_wrapping_line() y = y + Editor_state.line_height App.screen.check(y, 'jkl ', 'screen:2') y = y + Editor_state.line_height - App.screen.check(y, 'mno ', 'screen:3') + App.screen.check(y, 'mn', 'screen:3') end function test_pagedown_never_moves_up() |