Fix an issue with strings that can be chained in the parser.

This commit is contained in:
Dave Halter
2015-11-17 11:38:51 +01:00
parent 03efbca586
commit 595b803f1f
2 changed files with 10 additions and 1 deletions

View File

@@ -204,6 +204,8 @@ dic2['asdf']
dic2[r'asdf']
#? int()
dic2[r'asdf']
#? int()
dic2[r'as' 'd' u'f']
#? int() str()
dic2['just_something']