changeset 13077 | 6b8d2ee24ce2 |
parent 13026 | 53391819f195 |
child 14763 | b071cd58af50 |
--- a/tests/test-check-code.t Fri Dec 03 12:04:31 2010 +0100 +++ b/tests/test-check-code.t Fri Dec 03 12:22:56 2010 +0100 @@ -34,7 +34,7 @@ gratuitous whitespace in () or [] ./wrong.py:2: > del(arg2) - del isn't a function + Python keyword is not a function ./wrong.py:3: > return ( 5+6, 9) missing whitespace in expression