reject invalid hex/unicode escape sequences instead of letting them crash the compiler
[cython.git] / tests / errors / invalid_uescape0.pyx
1
2 u'\u'
3
4 _ERRORS = '''
5 2:1: Invalid unicode escape '\u'
6 '''