about summary refs log tree commit diff stats
path: root/source_text_tests.lua
diff options
context:
space:
mode:
Diffstat (limited to 'source_text_tests.lua')
-rw-r--r--source_text_tests.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/source_text_tests.lua b/source_text_tests.lua
index 9ec7e7f..bb3387f 100644
--- a/source_text_tests.lua
+++ b/source_text_tests.lua
@@ -977,7 +977,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()