fix error reporting position for illegal string escapes
[cython.git] / tests / errors / invalid_uescape2.pyx
1
2 u'\u12'
3
4 _ERRORS = '''
5 2:2: Invalid unicode escape '\u'
6 '''