summaryrefslogtreecommitdiff
path: root/src/message_test.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.0.0540: building unit tests failsv8.0.0540Bram Moolenaar2017-04-021-2/+0
| | | | | Problem: Building unit tests fails. Solution: Move params outside of #ifdef.
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.2068v7.4.2068Bram Moolenaar2016-07-191-6/+38
| | | | | | | 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.
* patch 7.4.2051v7.4.2051Bram Moolenaar2016-07-161-0/+77
Problem: No proper testing of trunc_string(). Solution: Add a unittest for message.c.