Sign in
android
/
platform
/
tools
/
idea
/
refs/heads/android12-mainline-ipsec-release
/
.
/
python
/
testData
/
highlighting
/
malformedStringEscaped.py
blob: d95ca75d4860b5938536bdf09e6999fb4d265df2 [
file
] [
log
] [
blame
] [
edit
]
# missing last quote, escaped
a
=
1
# make below not a doc comment
<
error descr
=
"Missing closing quote [']"
>
'abc\'</error>