Mercurial > hg
comparison tests/test-check-code.out @ 10727:62b8f15683f2
check-code: more tests and more robust python filtering
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Thu, 18 Mar 2010 16:32:03 +0100 |
parents | c4fb2103e734 |
children | 920a783e5f91 |
comparison
equal
deleted
inserted
replaced
10726:bedef1c228d3 | 10727:62b8f15683f2 |
---|---|
6 del isn't a function | 6 del isn't a function |
7 ./wrong.py:3: | 7 ./wrong.py:3: |
8 > return ( 5+6, 9) | 8 > return ( 5+6, 9) |
9 missing whitespace in expression | 9 missing whitespace in expression |
10 gratuitous whitespace in () or [] | 10 gratuitous whitespace in () or [] |
11 ./quote.py:4: | 11 ./quote.py:5: |
12 > '"""', 42+1, """and | 12 > '"""', 42+1, """and |
13 missing whitespace in expression | 13 missing whitespace in expression |