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

@@ -38,7 +38,7 @@ exe[1]
#? set
exe[2]
#? []
exe[3][0]
exe[3][0].
#? str()
exe[4]['d']
@@ -70,7 +70,7 @@ exe[1]
#? set
exe[2]
#? []
exe[3][0]
exe[3][0].
#? str()
exe[4]['d']