summaryrefslogtreecommitdiff
path: root/tests/functional/n/not_in_loop.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/not_in_loop.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/not_in_loop.txt')
-rw-r--r--tests/functional/n/not_in_loop.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/functional/n/not_in_loop.txt b/tests/functional/n/not_in_loop.txt
index d4f82e5c7..ed86aa110 100644
--- a/tests/functional/n/not_in_loop.txt
+++ b/tests/functional/n/not_in_loop.txt
@@ -1,8 +1,8 @@
-not-in-loop:8:8:ala:'continue' not properly in loop
-not-in-loop:13:4::'continue' not properly in loop
-not-in-loop:16:4:lala:'continue' not properly in loop
-not-in-loop:20:8:A:'continue' not properly in loop
-not-in-loop:25:4::'continue' not properly in loop
-not-in-loop:30:4::'break' not properly in loop
-not-in-loop:33:4::'continue' not properly in loop
-not-in-loop:35:4::'break' not properly in loop
+not-in-loop:8:8:8:16:ala:'continue' not properly in loop:UNDEFINED
+not-in-loop:13:4:13:12::'continue' not properly in loop:UNDEFINED
+not-in-loop:16:4:16:12:lala:'continue' not properly in loop:UNDEFINED
+not-in-loop:20:8:20:16:A:'continue' not properly in loop:UNDEFINED
+not-in-loop:25:4:25:12::'continue' not properly in loop:UNDEFINED
+not-in-loop:30:4:30:9::'break' not properly in loop:UNDEFINED
+not-in-loop:33:4:33:12::'continue' not properly in loop:UNDEFINED
+not-in-loop:35:4:35:9::'break' not properly in loop:UNDEFINED