summaryrefslogtreecommitdiff
path: root/pylint/test/functional/anomalous_unicode_escape_py3.txt
blob: d2c5d10edd930289292985581d2b6f8f735ca59c (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."