Files
openide/python/testData/highlighting/namedUnicode.py
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>}', '<')