tests/py-compile-option-terminate.test


Log

Author Commit Date CI Message
Stefano Lattarini c9a6f7e2 2011-09-12T18:37:05 cosmetics: fix various typos and grammaros * NEWS: Fix typos. * tests/py-compile-basic.test: Likewise. * tests/py-compile-basedir.test: Fix botched wording in comments. * tests/py-compile-option-terminate.test: Fix typo and incomplete comment. Suggestions by Peter Rosin.
Stefano Lattarini a2ebf0e5 2011-06-08T22:27:25 py-compile: '--' and non-option arguments terminate the option list * lib/py-compile: Any non-option argument, or the special `--' argument, now explicitly terminates the list of options. * tests/py-compile-option-terminate.test: New test. * tests/Makefile.am (TESTS): Update. * NEWS: Update.