summaryrefslogtreecommitdiff
path: root/test_line.c
Commit message (Expand)AuthorAgeFilesLines
* fix: double-free of line object in eb_backspace and eb_delete_linedilluti0n2025-05-141-1/+1
* refactor: deprecate line->cursor; simplify vertical cursor movementdilluti0n2025-05-021-1/+0
* test: update test_line.c to test lazy-loaded linesdilluti0n2025-04-291-10/+71
* remove: line->last to reduce ambiguity.dilluti0n2025-04-291-17/+0
* refactor: line_test.cdilluti0n2025-04-281-10/+23
* implement: unittest for line.cdilluti0n2025-04-281-16/+134
* refactor: move tests to seperate filesdilluti0n2025-04-281-0/+43