about summary refs log tree commit diff stats
path: root/text_tests.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-04-02 09:31:56 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-04-02 09:31:56 -0700
commit24a48e665ff381b0c134fe7c834b5476686b441e (patch)
treefd196e4a6bc430a46e67e4c3573842bd2b284834 /text_tests.lua
parent1330e4b9168e07b629a47dec436dec2484686db7 (diff)
parent3547c18db6b9d508fb5c2399c124e33f4cc8c488 (diff)
downloadview.love-24a48e665ff381b0c134fe7c834b5476686b441e.tar.gz
Merge text.love
Diffstat (limited to 'text_tests.lua')
-rw-r--r--text_tests.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/text_tests.lua b/text_tests.lua
index 05bb375..61d5021 100644
--- a/text_tests.lua
+++ b/text_tests.lua
@@ -718,7 +718,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()