summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/msgexec-6
Commit message (Collapse)AuthorAgeFilesLines
* tests: Use Exit instead of exit if init.sh is usedDaiki Ueno2016-06-081-1/+1
| | | | | * gettext-tools/tests/*: Use Exit instead of exit, as suggested by init.sh.
* msgexec: Add --newline optionDaiki Ueno2015-01-291-0/+143
See the commit 96dde0b for the rationale. * gettext-tools/src/msgexec.c (newline): New variable. (long_options): Add --newline option. (main): Handle --newline option. (usage): Document --newline option. (process_string): Handle --newline option. * gettext-tools/tests/msgexec-6: New file. * gettext-tools/tests/Makefile.am (TESTS): Add new test. * gettext-tools/doc/msgexec.texi: Document --newline option.