Files
openide/python/testData/highlighting/namedUnicode.py
Semyon Proshev 2a559ec31a Don't mark named unicode character as an error in Python 3.8+ (PY-36004)
GitOrigin-RevId: 59b52a42e5c820a6603e6734e768f035c5c593e5
2019-08-01 16:03:35 +03:00

3 lines
128 B
Python

import re
re.match(r'\N{LESS-THAN SIGN}', '<')
re.match(r'\N{<error descr="Unknown character name">LESS-THAN SIG</error>}', '<')