diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2022-12-23 20:46:31 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2022-12-23 20:46:31 -0800 |
commit | e9a517161b378202ea6f3e01b5378b592e1b921f (patch) | |
tree | d857d622d8cbbb7460e55e67dd295da4c2af5e1a /source_text_tests.lua | |
parent | 48541656304c49005e951f7d67f6b5e47485dd53 (diff) | |
parent | f351ee2f8f87fc8f84385ba1215be4e56f805ada (diff) | |
download | view.love-e9a517161b378202ea6f3e01b5378b592e1b921f.tar.gz |
Merge lines.love
Diffstat (limited to 'source_text_tests.lua')
-rw-r--r-- | source_text_tests.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source_text_tests.lua b/source_text_tests.lua index 64f041f..795fc0c 100644 --- a/source_text_tests.lua +++ b/source_text_tests.lua @@ -607,7 +607,7 @@ function test_select_text() edit.run_after_keychord(Editor_state, 'S-right') App.fake_key_release('lshift') edit.key_release(Editor_state, 'lshift') - -- selection persists even after shift is release + -- selection persists even after shift is released check_eq(Editor_state.selection1.line, 1, 'F - test_select_text/selection:line') check_eq(Editor_state.selection1.pos, 1, 'F - test_select_text/selection:pos') check_eq(Editor_state.cursor1.line, 1, 'F - test_select_text/cursor:line') |