helix/helix-term/tests
Michael Davis 702a961517
Fix `try_restore_indent` on non-LF documents
On Windows for example the behavior of this function typically diverges
from the usual behavior on Unix. Instead of checking that the inserted
string starts with `'\n'` (untrue for for CRLF line endings) we need to
check that the first grapheme cluster in the string is a line ending.
(All line endings are single grapheme clusters.)
2025-05-24 11:42:29 -04:00
..
test Fix `try_restore_indent` on non-LF documents 2025-05-24 11:42:29 -04:00
integration.rs syntax: Move config types to a separate module 2025-05-13 18:30:21 -04:00