]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added tests to avoid regression on bug #125375.
authorFred Drake <fdrake@acm.org>
Mon, 11 Dec 2000 22:12:09 +0000 (22:12 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 11 Dec 2000 22:12:09 +0000 (22:12 +0000)
commite1578ce20464dfda61d3b113f95fd006783beed6
treede0d1bd09385af6b87215afcc0a92f90a9e3b002
parentb6429a202011c92e34062930fc3e3818053a126d
Added tests to avoid regression on bug #125375.

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.)
Lib/test/output/test_parser
Lib/test/test_parser.py