mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Forgotten test data for PY-3363
This commit is contained in:
8
python/testData/highlighting/unicodeOrByteRaw.py
Normal file
8
python/testData/highlighting/unicodeOrByteRaw.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# expected default bytes
|
||||
data = (
|
||||
r"\x" # ok
|
||||
r"\Q" # ok
|
||||
r"\n"
|
||||
<info descr="null">ur"<info descr="null">\u0401</info>"</info>
|
||||
<info descr="null">ur"<error descr="Invalid escape sequence">\u040z</error>"</info> # fail
|
||||
)
|
||||
Reference in New Issue
Block a user