summaryrefslogtreecommitdiff
path: root/test/messages/func_e13xx.txt
diff options
context:
space:
mode:
authorcpopa <devnull@localhost>2014-06-16 22:57:57 +0300
committercpopa <devnull@localhost>2014-06-16 22:57:57 +0300
commitc5e05b7c2e3079250a5e3b274b34aec5bf4c2aa9 (patch)
tree42ba89afbccd69a2d52779b82d7bdace9a3ec526 /test/messages/func_e13xx.txt
parentc86f5196aa899651dbf6667e86c7d3112def7159 (diff)
downloadpylint-c5e05b7c2e3079250a5e3b274b34aec5bf4c2aa9.tar.gz
Don't warn with 'bad-format-character' when encountering the 'a' format on Python 3.
Diffstat (limited to 'test/messages/func_e13xx.txt')
-rw-r--r--test/messages/func_e13xx.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/messages/func_e13xx.txt b/test/messages/func_e13xx.txt
index c130949..f2d0d36 100644
--- a/test/messages/func_e13xx.txt
+++ b/test/messages/func_e13xx.txt
@@ -7,6 +7,7 @@ E: 17:pprint: Expected mapping for format string, not Tuple
E: 18:pprint: Expected mapping for format string, not List
E: 19:pprint: Unsupported format character 'z' (0x7a) at index 2
E: 20:pprint: Format string ends in middle of conversion specifier
+E: 21:pprint: Unsupported format character 'a' (0x61) at index 12
W: 15:pprint: Unused key 'PARG_3' in format string dictionary
W: 16:pprint: Format string dictionary key should be a string, not 2