Create a failing test for an issue probably with the parser.

This commit is contained in:
Dave Halter
2015-11-25 06:58:09 +01:00
parent 8dee92bcc5
commit 59e4f567a2
2 changed files with 8 additions and 1 deletions

View File

@@ -55,6 +55,13 @@ a
fooooo2('')
def isinstance_func(arr):
for value in arr:
if isinstance(value, dict):
# Shouldn't fail, even with the dot.
#? 17 dict()
value.
# -----------------
# Names with multiple indices.
# -----------------