.
[?]
May 28, 2022, 4:35 PM
IRJKWZWN6QV3QJGO234WCE6TKLZ2NKL2QNAKPQK25PHRFUJH5UQQCDependencies
- [2]
R53OF3ONone bug I've repeatedly run into while testing with Moby Dick - [3]
EWQ2VRMSclean up test progress indicators - [4]
IMEJA43Lsnapshot - [5]
4RUI5X52a few tests for pageup, and a bugfix - [6]
DFSDPDO7bugfix - [7]
A2NV3WVOscrolling with up arrow - [8]
PFT5Y2ZYmove - [9]
YTSPVDZHfirst successful pagedown test, first bug found by test - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 544
check_eq(Cursor1.line, 3, 'F - test_up_arrow_scrolls_up_by_one_screen_line/cursor')check_eq(Cursor1.pos, 1, 'F - test_up_arrow_scrolls_up_by_one_screen_line/cursor')check_eq(Cursor1.line, 3, 'F - test_up_arrow_scrolls_up_by_one_screen_line/cursor:line')check_eq(Cursor1.pos, 1, 'F - test_up_arrow_scrolls_up_by_one_screen_line/cursor:pos') - replacement in text.lua at line 577
check_eq(Cursor1.line, 1, 'F - test_up_arrow_scrolls_up_to_final_screen_line/cursor')check_eq(Cursor1.pos, 5, 'F - test_up_arrow_scrolls_up_to_final_screen_line/cursor')check_eq(Cursor1.line, 1, 'F - test_up_arrow_scrolls_up_to_final_screen_line/cursor:line')check_eq(Cursor1.pos, 5, 'F - test_up_arrow_scrolls_up_to_final_screen_line/cursor:pos')