summaryrefslogtreecommitdiffstats
path: root/misc/ninja_syntax_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for implicit outputs in ninja_syntax.py.Nicolas Despres2016-02-061-0/+7
|
* Disable long word wrapping entirely in comments.Alex Vallée2015-11-271-6/+1
| | | | | | As pointed out by nico, we should unconditionally disable breaking of long words in comments. It is unlikely long words that are in comments should be split (like pathnames).
* Fix wrapping file paths in Writer.commentAlex Vallée2015-10-231-0/+11
| | | | | | | | Long file names, especially with hyphens will get incorrectly wrapped by the comment method. Pass has_path=True to prevent this type of wrapping. This is mainly so that longer path names can show up in comments on their on line without breaking them up.
* add an "expand" function to ninja_syntaxEvan Martin2014-11-181-0/+26
| | | | Implements basic variable expansion for use in configure.py.
* make unittest match module nameEvan Martin2013-04-101-0/+152