mirror of
https://github.com/github/semantic.git
synced 2024-12-29 18:06:14 +03:00
String test fixture
This commit is contained in:
parent
93fc407535
commit
0becd1dccb
10
test/fixtures/python/string.A.py
vendored
Normal file
10
test/fixtures/python/string.A.py
vendored
Normal 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
10
test/fixtures/python/string.B.py
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
"other \
|
||||
multiline"
|
||||
"I'm ok"
|
||||
'"goodbye"'
|
||||
r'yo'
|
||||
ur"hiii"
|
||||
b'gg'
|
||||
`2`
|
||||
"/"
|
||||
|
Loading…
Reference in New Issue
Block a user