summaryrefslogtreecommitdiffstats
path: root/misc/ninja_test.py
Commit message (Collapse)AuthorAgeFilesLines
* ninja_syntax.py: Fix a bug when passing dict variables to Writer.build()Evan Jones2012-01-041-0/+21
| | | | Add a test to cover both dict and list variables.
* Let ninja_syntax handle escaped spaces correctly.Nico Weber2011-12-221-0/+45
| | | | | | Revert the main loop changes made in 2e7ab7514207ea7faad40faedf3fc9d72b3adf7a, and add just a few lines to the original main loop to make '$ ' escaping work. Add several new tests, and make the existing tests pass again.
* Update ninja_syntax.py and tests to reflect '$ ' syntax.Jeremy Apthorp2011-11-291-0/+18
|
* rename ninja module to ninja_syntaxEvan Martin2011-08-161-2/+2
|
* ninja.py: fix the new test and pass the testEvan Martin2011-07-271-8/+15
| | | | From a patch from Elazar Leibovich <elazarl@gmail.com>.
* unit test for line-wrapping in ninja.pyEvan Martin2011-07-271-0/+45
From a patch from Elazar Leibovich <elazarl@gmail.com>.