aboutsummaryrefslogtreecommitdiff
path: root/varuga-tests.el
AgeCommit message (Collapse)Author
13 daysDon't swallow last character when splitting lines.Jake Coble
* varuga.el (varuga-insert-calendar-line): Don't swallow last character when splitting lines. * varuga-tests.el (line-limit-does-not-eat-characters): New test. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2024-06-16Use LF line ending instead of CRLF.Arun Isaac
* varuga.el (varuga-insert-calendar-line): Use LF line ending instead of CRLF. * varuga-tests.el (actual-line-feed-in-data): Update test.
2024-06-16Initial commitArun Isaac