Fix a few tests that failed, because they were not correct python (the context was wrong).

This commit is contained in:
Dave Halter
2016-05-30 20:10:17 +02:00
parent 4f6368e7eb
commit c12dbe0b9e
6 changed files with 18 additions and 19 deletions

View File

@@ -86,8 +86,8 @@ from os import path
# should not return a function, because `a` is a function above
def f(b, a): return a
#? ['in', 'is', 'and', 'if', 'or', 'not']
f(b=3)
#? []
f(b=3).
# -----------------
# closure