tests/test-check-code.out
changeset 10722 c4fb2103e734
parent 10715 83dce0f817f4
child 10727 62b8f15683f2
equal deleted inserted replaced
10721:67ba66070aee 10722:c4fb2103e734
     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:
       
    12  > '"""', 42+1, """and
       
    13  missing whitespace in expression