syntax: Skip escaped triple quotes

This commit is contained in:
nfnty
2017-02-21 17:31:37 +01:00
parent f5b242e57b
commit d7c1b4a9cd
2 changed files with 27 additions and 22 deletions

View File

@@ -79,12 +79,17 @@ RuntimeWarning FutureWarning ImportWarning UnicodeWarning
# Strings
" test " ' test '
"test\
test"
'test\
test'
"""
test
"""
\""""
'''
test
'''
\''''
" \a\b\c\"\'\n\r \x34\077 \08 \xag"
r" \" \' "