fix error reporting position for illegal string escapes
authorStefan Behnel <scoder@users.berlios.de>
Sat, 15 Jan 2011 17:34:51 +0000 (18:34 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 15 Jan 2011 17:34:51 +0000 (18:34 +0100)
commit5692f740966ff60c7965b78427542378eae91e86
tree0de6b09a3915e6651d4a8880b11524be794a430d
parent5cdb7ba3d86bbe9b4e7956823848e779cd6e32f7
fix error reporting position for illegal string escapes
Cython/Compiler/Parsing.py
tests/errors/invalid_uescape0.pyx
tests/errors/invalid_uescape2.pyx