tests/test-check-code.out
author Martin Geisler <mg@aragost.com>
Fri, 23 Apr 2010 09:53:25 +0200
changeset 10974 854ac04d712c
parent 10727 62b8f15683f2
child 11341 920a783e5f91
permissions -rw-r--r--
doc: make links for hg role The system has a bit of smartness: :hg:`update` -> links to hg.1.html#update :hg:`help diffs` -> links to hg.1.html#diffs

./wrong.py:1:
 > def toto( arg1, arg2):
 gratuitous whitespace in () or []
./wrong.py:2:
 >     del(arg2)
 del isn't a function
./wrong.py:3:
 >     return ( 5+6, 9)
 missing whitespace in expression
 gratuitous whitespace in () or []
./quote.py:5:
 > '"""', 42+1, """and
 missing whitespace in expression