mergegate/crates
Shunsuke Hayashi f1dd7d4164 test(textarea): Add comprehensive test suite and fix bug
Add 29 tests covering TextArea functionality:
- Basic operations: creation, text manipulation, char insertion
- Cursor movement (left/right/up/down, home/end, word navigation)
- Selection and clipboard (copy/cut/paste)
- Undo/redo operations
- Line deletion (word backward, to line start/end)
- Configuration (placeholder, tab width, viewport)
- Unicode support and multiline editing

Fix overflow bug in delete_to_line_start where undo position
was calculated after text modification.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 18:47:52 +09:00
..
miyabi-cli chore: Initialize Miyabi project with full planning 2025-11-22 17:45:08 +09:00
miyabi-core feat(core): add tool result formatting methods 2025-11-22 18:31:42 +09:00
miyabi-tui test(textarea): Add comprehensive test suite and fix bug 2025-11-22 18:47:52 +09:00