Pad/internal/test/e2e
Greg Pomerantz bef3929f40 fix: update tests and fix SetCursorFromPoint panic
- Rewrite cursor_test.go to use the current GlyphLayout-based API
  instead of the deleted byteOffsetToLineCol function
- Add guard for empty/missing layout slices in SetCursorFromPoint
  to prevent index-out-of-range panic on empty documents
- Add missing Advance field to e2e test GlyphLayout initialization
- Add cmd/pad/pad binary to .gitignore
2026-06-04 07:24:44 -04:00
..
assertions.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
browser_files_test.go Fix bugs in e2e tests and remove list item selection highlight 2026-06-02 13:30:09 -04:00
capture.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
cursor_interaction_test.go fix: update tests and fix SetCursorFromPoint panic 2026-06-04 07:24:44 -04:00
harness_test.go Implement click-to-move cursor in the editor 2026-06-03 22:04:16 -04:00
harness.go browser: document lazy loading implementation plan 2026-05-31 18:43:46 +00:00
helpers.go Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
search_test.go Fix bugs in e2e tests and remove list item selection highlight 2026-06-02 13:30:09 -04:00
sort_mode_test.go Remove duplicate browser state and fix sort mode toggle 2026-05-31 23:20:21 +00:00