aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/autoeol-input.txt
AgeCommit message (Collapse)AuthorFilesLines
2024-10-21fixed EOL conversion on UTF-8 textsRobin Haberkorn1-3/+3
* The old bug of saving gchar in gints, so teco_eol_reader_t::last_char could become negative. * When converting from an UTF-8 text with CRLF linebreaks, we could have data loss and corruptions. * On strings ending in UTF-8 characters, teco_eol_reader_t::offset would overflow, resulting in invalid reads and potentially insertion of data garbage. I observed this with G~ on Gtk. * Test cased updated. Couldn't reproduce the bug with the test suite, though.
2016-08-19added test group for SciTECO's EOL normalisation featureRobin Haberkorn1-0/+4