summaryrefslogtreecommitdiff
path: root/tests/functional/a/anomalous_unicode_escape.txt
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-24 16:52:24 +0100
committerGitHub <noreply@github.com>2021-11-24 16:52:24 +0100
commitbe149db10f756301a6f18c245fa799d7beec6648 (patch)
tree696a0591b57f0913c8831f49c600dcbb76bb43d1 /tests/functional/a/anomalous_unicode_escape.txt
parentc056248a458330b1813c144310fbc5d4bb82a3d9 (diff)
downloadpylint-git-be149db10f756301a6f18c245fa799d7beec6648.tar.gz
Update functional test expected output (#5349)
* Add ``confidence`` to all expected functional test outputs * Make OutputLine accept end_line and end_column Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/functional/a/anomalous_unicode_escape.txt')
-rw-r--r--tests/functional/a/anomalous_unicode_escape.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/a/anomalous_unicode_escape.txt b/tests/functional/a/anomalous_unicode_escape.txt
index 3682db856..8341c0b33 100644
--- a/tests/functional/a/anomalous_unicode_escape.txt
+++ b/tests/functional/a/anomalous_unicode_escape.txt
@@ -1,3 +1,3 @@
-anomalous-unicode-escape-in-string:5:16::"Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix."
-anomalous-unicode-escape-in-string:6:21::"Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix."
-anomalous-unicode-escape-in-string:8:22::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix."
+anomalous-unicode-escape-in-string:5:16:None:None::"Anomalous Unicode escape in byte string: '\u'. String constant might be missing an r or u prefix.":UNDEFINED
+anomalous-unicode-escape-in-string:6:21:None:None::"Anomalous Unicode escape in byte string: '\U'. String constant might be missing an r or u prefix.":UNDEFINED
+anomalous-unicode-escape-in-string:8:22:None:None::"Anomalous Unicode escape in byte string: '\N'. String constant might be missing an r or u prefix.":UNDEFINED