summaryrefslogtreecommitdiff
path: root/tests/functional/n/nonlocal_without_binding.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/n/nonlocal_without_binding.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/n/nonlocal_without_binding.txt')
-rw-r--r--tests/functional/n/nonlocal_without_binding.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/n/nonlocal_without_binding.txt b/tests/functional/n/nonlocal_without_binding.txt
index df5595aae..dc48e7539 100644
--- a/tests/functional/n/nonlocal_without_binding.txt
+++ b/tests/functional/n/nonlocal_without_binding.txt
@@ -1,3 +1,3 @@
-nonlocal-without-binding:22:8:func.other_func:nonlocal name b found without binding
-nonlocal-without-binding:25:4:SomeClass:nonlocal name x found without binding
-nonlocal-without-binding:28:8:SomeClass.func:nonlocal name some_attr found without binding
+nonlocal-without-binding:22:8:22:18:func.other_func:nonlocal name b found without binding:UNDEFINED
+nonlocal-without-binding:25:4:25:14:SomeClass:nonlocal name x found without binding:UNDEFINED
+nonlocal-without-binding:28:8:28:26:SomeClass.func:nonlocal name some_attr found without binding:UNDEFINED