Bug #1588287: fix invalid assertion for 1,2 in debug builds.

Will backport
This commit is contained in:
Neal Norwitz 2006-11-04 19:25:22 +00:00
parent 5310e5078a
commit 85dbec6da7
3 changed files with 5 additions and 0 deletions

View file

@ -747,6 +747,8 @@ hello world
x = `x`
x = `1 or 2 or 3`
self.assertEqual(`1,2`, '(1, 2)')
x = x
x = 'x'
x = 123