.

[?]
May 28, 2022, 4:35 PM
IRJKWZWN6QV3QJGO234WCE6TKLZ2NKL2QNAKPQK25PHRFUJH5UQQC

Dependencies

  • [2] R53OF3ON one bug I've repeatedly run into while testing with Moby Dick
  • [3] EWQ2VRMS clean up test progress indicators
  • [4] IMEJA43L snapshot
  • [5] 4RUI5X52 a few tests for pageup, and a bugfix
  • [6] DFSDPDO7 bugfix
  • [7] A2NV3WVO scrolling with up arrow
  • [8] PFT5Y2ZY move
  • [9] YTSPVDZH first successful pagedown test, first bug found by test
  • [*] BULPIBEG beginnings of a module for the text editor

Change contents

  • replacement in text.lua at line 544
    [3.1364][3.1364:1535]()
    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')
    [3.1364]
    [3.2148]
    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
    [2.1662][2.1662:1837]()
    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')
    [2.1662]
    [2.1837]
    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')