commit | 8933cb477f8baac44ba0f214cf2738eef21b558d | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Aug 25 04:12:10 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Aug 25 04:12:10 2006 +0000 |
tree | f8b1c4c1c1173646e949a4d152cbc9d69744f8e3 | |
parent | b3de3baf1996a88e74e35ab51b69181d98bb068b [diff] |
Change test of assignment of backticked expression to be an "invalid syntax" SyntaxError. This is probably not the proper solution to this failing test, but removing the test itself causes 19 other tests to fail for some odd reason because doctest doesn't expect a complete traceback (or something; rather odd problem for just removing a single test).