clarify a misleading test
Dependencies
- [2]
656FM555bugfix: clear selection when clicking above or below lines - [3]
GDAWPFAVmore streamlined test names - [4]
SGMA5JLEsave the list of tests in repo - [5]
LF7BWEG4group all editor globals - [6]
UHB4GARJleft/right margin -> left/right coordinates - [7]
Y2ZIPXEMnew test - [8]
H3ECRBXFbugfix: clicking on empty lines - [9]
KKMFQDR4editing source code from within the app - [10]
ORRSP7FVdeduce test names on failures - [11]
APYPFFS3call edit rather than App callbacks in tests - [12]
KOTNETIMrepeat changes on source editor - [13]
A26EOZSCtweak wording in test list - [*]
LXTTOB33extract a couple of files
Change contents
- replacement in text_tests.lua at line 322
function test_click_below_all_lines()function test_click_below_final_line_of_file() - replacement in text_tests.lua at line 334
-- cursor doesn't movecheck_eq(Editor_state.cursor1.line, 1, 'cursor')-- cursor goes to bottomcheck_eq(Editor_state.cursor1.line, 1, 'cursor:line')check_eq(Editor_state.cursor1.pos, 4, 'cursor:pos') - replacement in text_tests at line 26
click below final line does nothingclick below final line of file - replacement in source_text_tests.lua at line 322
function test_click_below_all_lines()function test_click_below_final_line_of_file() - replacement in source_text_tests.lua at line 334
-- cursor doesn't movecheck_eq(Editor_state.cursor1.line, 1, 'cursor')-- cursor goes to bottomcheck_eq(Editor_state.cursor1.line, 1, 'cursor:line')check_eq(Editor_state.cursor1.pos, 4, 'cursor:pos')