summaryrefslogtreecommitdiffstats
path: root/src/message_test.c
AgeCommit message (Collapse)Author
2017-04-02patch 8.0.0540: building unit tests failsv8.0.0540Bram Moolenaar
Problem: Building unit tests fails. Solution: Move params outside of #ifdef.
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-07-19patch 7.4.2068v7.4.2068Bram Moolenaar
Problem: Not all arguments of trunc_string() are tested. Memory access error when running the message tests. Solution: Add another test case. (Yegappan Lakshmanan) Make it easy to run unittests with valgrind. Fix the access error.
2016-07-16patch 7.4.2051v7.4.2051Bram Moolenaar
Problem: No proper testing of trunc_string(). Solution: Add a unittest for message.c.