summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_parser
Commit message (Collapse)AuthorAgeFilesLines
* Add more regression tests, including for the import statement variations.Fred Drake2001-01-071-0/+25
| | | | | These will detect regression on SF bug #127271 and other import statement bugs.
* Added tests to avoid regression on bug #125375.Fred Drake2000-12-111-0/+14
| | | | | | | | roundtrip(): Show the offending syntax tree when things break; this makes it a little easier to debug the module by adding test cases. (Still need better tests for this module, but there's not enough time today.)
* Update the parser module to support augmented assignment.Fred Drake2000-08-251-21/+38
| | | | Add some test cases.
* Add a minimal test suite for the parser module.Fred Drake2000-08-211-0/+36