fix for an issue with commas in statements

This commit is contained in:
Dave Halter
2014-05-04 02:20:46 +02:00
parent 8404107397
commit e0d0572d7f
2 changed files with 6 additions and 2 deletions

View File

@@ -168,7 +168,11 @@ invalid = .call
#? str()
invalid
call = ''
invalid = call?.call
#? str()
invalid
# comma
invalid = ,call
#? str()
invalid