Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
tools
/
idea
/
3a2425a5aed1bef93dab954745ad5665265eb70b
/
.
/
python
/
testData
/
highlighting
/
stringMixedSeparatorsOK.py
blob: 28f87e772995ef5fbac4b73a1d29118a541a0a95 [
file
] [
log
] [
blame
]
print
"Hello"
\
'World'
print
'Hello "World" '
"""Foo "bar """
'''Here the ' is just another character'''