.
[?]
May 28, 2022, 4:31 PM
YYUGIYFVT5VH5XTOQCL2OEN3PLQ3U6SR4DQSOA5S3SNF25Z2AL7ACDependencies
- [2]
DFSDPDO7bugfix - [3]
R53OF3ONone bug I've repeatedly run into while testing with Moby Dick - [4]
4RUI5X52a few tests for pageup, and a bugfix - [*]
BULPIBEGbeginnings of a module for the text editor
Change contents
- replacement in text.lua at line 582
io.write('\ntest_up_arrow_scrolls_up_from_empty_line')io.write('\ntest_up_arrow_scrolls_up_to_empty_line') - replacement in text.lua at line 595
App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_from_empty_line/baseline/screen:1')App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_to_empty_line/baseline/screen:1') - replacement in text.lua at line 597
App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_from_empty_line/baseline/screen:2')App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_to_empty_line/baseline/screen:2') - replacement in text.lua at line 599
App.screen.check(y, 'ghi', 'F - test_up_arrow_scrolls_up_from_empty_line/baseline/screen:3')App.screen.check(y, 'ghi', 'F - test_up_arrow_scrolls_up_to_empty_line/baseline/screen:3') - replacement in text.lua at line 602
check_eq(Screen_top1.line, 1, 'F - test_up_arrow_scrolls_up_from_empty_line/screen_top')check_eq(Cursor1.line, 1, 'F - test_up_arrow_scrolls_up_from_empty_line/cursor')check_eq(Screen_top1.line, 1, 'F - test_up_arrow_scrolls_up_to_empty_line/screen_top')check_eq(Cursor1.line, 1, 'F - test_up_arrow_scrolls_up_to_empty_line/cursor') - replacement in text.lua at line 607
App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_from_empty_line/screen:2')App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_to_empty_line/screen:2') - replacement in text.lua at line 609
App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_from_empty_line/screen:3')App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_to_empty_line/screen:3')