resolve stale conflicts

akkartik
Feb 17, 2024, 5:32 AM
PTBOQDJ7MKVSO2ANF5J725IPRWORYKEZVUHB7B5MBGLEA7JSHLVQC

Dependencies

Change contents

  • file deletion: source_text_tests.lua (----------)source_text_tests.lua (----------)
    [4.2][4.83739:83784](),[4.83784][4.3561:3561](),[4.2][4.83739:83784]()
    -- cursor moves to end of screen line (one more than final character shown)
    check_eq(Editor_state.cursor1.pos, 13, 'cursor:pos')
    -- cursor moves to end of screen line (one more than final character shown)
    check_eq(Editor_state.cursor1.pos, 13, 'cursor:pos')
    -- cursor moves to end of screen line (one more than final character shown)
    check_eq(Editor_state.cursor1.pos, 21, 'cursor')
    end
    function test_select_text()
    end
    function test_click_past_end_of_wrapping_line()
    check_eq(Editor_state.cursor1.line, 1, 'cursor:line')
    end
    function test_click_on_wrapping_line_rendered_from_partway_at_top_of_screen()
    check_eq(Editor_state.cursor1.line, 1, 'cursor:line')
  • file deletion: source_text.lua (----------)source_text.lua (----------)
    [4.2][4.147125:147164](),[4.147164][4.83786:83786](),[4.2][4.147125:147164]()
    return line_cache.screen_line_starting_pos[screen_line_index+1]
    end