fixed Convert triple-quoted string: loses data in case of double quote inside the string and leads to syntax error

This commit is contained in:
Ekaterina Tuzova
2013-01-16 16:12:55 +04:00
parent 519b7a9b74
commit df5ef4abf1
4 changed files with 12 additions and 9 deletions
@@ -0,0 +1,3 @@
s = """
my q<caret>uote" some text after it
"""