1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00
semantic/test/fixtures/python/corpus/string.A.py

11 lines
71 B
Python
Raw Normal View History

2017-06-07 03:08:33 +03:00
"I'm ok"
'"ok"'
r'hi'
ur"bye"
b'sup'
`1`
"\\"
"/"
"multiline \
string"