.

[?]
May 28, 2022, 4:31 PM
YYUGIYFVT5VH5XTOQCL2OEN3PLQ3U6SR4DQSOA5S3SNF25Z2AL7AC

Dependencies

  • [2] DFSDPDO7 bugfix
  • [3] R53OF3ON one bug I've repeatedly run into while testing with Moby Dick
  • [4] 4RUI5X52 a few tests for pageup, and a bugfix
  • [*] BULPIBEG beginnings of a module for the text editor

Change contents

  • replacement in text.lua at line 582
    [2.131][2.131:188]()
    io.write('\ntest_up_arrow_scrolls_up_from_empty_line')
    [2.131]
    [2.188]
    io.write('\ntest_up_arrow_scrolls_up_to_empty_line')
  • replacement in text.lua at line 595
    [2.616][2.616:711]()
    App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_from_empty_line/baseline/screen:1')
    [2.616]
    [2.711]
    App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_to_empty_line/baseline/screen:1')
  • replacement in text.lua at line 597
    [2.733][2.733:828]()
    App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_from_empty_line/baseline/screen:2')
    [2.733]
    [2.828]
    App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_to_empty_line/baseline/screen:2')
  • replacement in text.lua at line 599
    [2.850][2.850:945]()
    App.screen.check(y, 'ghi', 'F - test_up_arrow_scrolls_up_from_empty_line/baseline/screen:3')
    [2.850]
    [2.945]
    App.screen.check(y, 'ghi', 'F - test_up_arrow_scrolls_up_to_empty_line/baseline/screen:3')
  • replacement in text.lua at line 602
    [2.1042][2.1042:1216]()
    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')
    [2.1042]
    [2.1216]
    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
    [2.1284][2.1284:1370]()
    App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_from_empty_line/screen:2')
    [2.1284]
    [2.1370]
    App.screen.check(y, 'abc', 'F - test_up_arrow_scrolls_up_to_empty_line/screen:2')
  • replacement in text.lua at line 609
    [2.1392][2.1392:1478]()
    App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_from_empty_line/screen:3')
    [2.1392]
    [2.1478]
    App.screen.check(y, 'def', 'F - test_up_arrow_scrolls_up_to_empty_line/screen:3')