summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/xgettext-javascript-1
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.
* tests: Undo the previous unintended file mode changesDaiki Ueno2014-03-101-0/+0
|
* tests: Remove unnecessary tempfile cleanup codeDaiki Ueno2014-03-101-9/+1
| | | | | Cleanup code like "rm -fr $tmpfiles" are no longer needed, since 'init.sh' takes care of that.
* javascript: fix translator comment extraction in C++-style commentsDaiki Ueno2013-11-141-1/+7
| | | | | | | | | | | | * src/x-javascript.c (phase3_getc): Make sure to call comment_line_end after parsing C++ style comment line. Reported by Illimar Tambek at: <http://savannah.gnu.org/bugs/?40572>. * tests/xgettext-javascript-1: Add a test to extract translator comments from C++ style comment lines; only extract comments with TRANSLATORS: tag. * tests/xgettext-javascript-3: Only extract comments with TRANSLATORS: tag.
* javascript: fix translator comment extraction in C-style commentsDaiki Ueno2013-11-141-2/+8
| | | | | | | | * src/x-javascript.c (comment_line_end): Add missing chars_to_remove argument; all callers changed. Reported by Illimar Tambek at: <http://savannah.gnu.org/bugs/?40573>. * tests/xgettext-javascript-1: Add a test to extract translator comments.
* gettext-tools: convert tests to use init.sh from GnulibDaiki Ueno2013-07-101-0/+1
|
* Support for JavaScript.Andreas Stricker2013-04-171-0/+64