Age | Commit message (Expand) | Author |
---|---|---|
2019-07-28 | tests: Add read-while eof-object test.•••* tests/utils.scm ("read-while returns eof-object on end of file"): New test. | Arun Isaac |
2019-07-28 | utils: Return eof-object from read-bytes-till on end of file.•••* email/utils.scm (read-bytes-till): Return eof-object, not #vu8(), on end of file. * tests/utils.scm: New file. * Makefile.am (SCM_TESTS): Register it. | Arun Isaac |