commit | 85dbec6da74d4e5e83d0ff9c03155ecef8feea83 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Nov 04 19:25:22 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Nov 04 19:25:22 2006 +0000 |
tree | 98532558dae02efb86e36d8fcac7aefa695a1ea5 | |
parent | 5310e5078ad331631f109e8fa33b8534911f0ce0 [diff] [blame] |
Bug #1588287: fix invalid assertion for `1,2` in debug builds. Will backport
diff --git a/Lib/test/test_grammar.py b/Lib/test/test_grammar.py index 69e1980..14ce7e4 100644 --- a/Lib/test/test_grammar.py +++ b/Lib/test/test_grammar.py
@@ -747,6 +747,8 @@ x = `x` x = `1 or 2 or 3` + self.assertEqual(`1,2`, '(1, 2)') + x = x x = 'x' x = 123