aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ui/textinput_test.go
Commit message (Collapse)AuthorAgeFilesLines
* textinput: fix deleteWord with an only whitespaceOskar Sharipov2023-07-281-0/+72
Fix a panic in the textinput.deleteWord when text is a whitespace symbol. Add tests for textinput. Fixes: https://todo.sr.ht/~rjarry/aerc/183 Signed-off-by: Oskar Sharipov <oskargit@riseup.net> Acked-by: Robin Jarry <robin@jarry.cc>