summaryrefslogtreecommitdiff
path: root/test/lib-messages-test.sh
AgeCommit message (Collapse)Author
2016-04-15libremessages:flag: Fix several things (also librexgettext)Luke Shumaker
- Fix a bug where it panicked if given an odd number of sub-headings. - Document the the ability to include sub-headings. - Fix librexgettext's handling of it. It only worked correctly for times when it was only called once in a program, or when it was only ever called with exactly one flag/description pair (and no headings).
2014-02-02test: `! true` doesn't trip `set -e`, do subshell magicLuke Shumaker
2013-09-30test-common.sh: add an empty() routine to check if a file is empty, use itLuke Shumaker
2013-09-12test: tidy up, make everything use test-common.shLuke Shumaker
2013-06-05reorganize the tests a bitLuke Shumaker