summaryrefslogtreecommitdiff
path: root/pylint/test/functional/anomalous_unicode_escape_py2.txt
blob: c242cb98f62be1cb4355b95486cfb28de14f1109 (plain)
1
2
3
anomalous-unicode-escape-in-string:5::"Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix."
anomalous-unicode-escape-in-string:6::"Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix."
anomalous-unicode-escape-in-string:8::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix."