1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 01:42:43 +03:00

String test fixture

This commit is contained in:
Rick Winfrey 2017-06-06 17:08:33 -07:00
parent 93fc407535
commit 0becd1dccb
2 changed files with 20 additions and 0 deletions

10
test/fixtures/python/string.A.py vendored Normal file
View File

@ -0,0 +1,10 @@
"I'm ok"
'"ok"'
r'hi'
ur"bye"
b'sup'
`1`
"\\"
"/"
"multiline \
string"

10
test/fixtures/python/string.B.py vendored Normal file
View File

@ -0,0 +1,10 @@
"other \
multiline"
"I'm ok"
'"goodbye"'
r'yo'
ur"hiii"
b'gg'
`2`
"/"