1
1
mirror of https://github.com/github/semantic.git synced 2025-01-01 19:55:34 +03:00
semantic/test/fixtures/python/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"