summaryrefslogtreecommitdiff
path: root/pylint/test/functional/bad_whitespace.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/bad_whitespace.py')
-rw-r--r--pylint/test/functional/bad_whitespace.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pylint/test/functional/bad_whitespace.py b/pylint/test/functional/bad_whitespace.py
new file mode 100644
index 0000000..fe22a21
--- /dev/null
+++ b/pylint/test/functional/bad_whitespace.py
@@ -0,0 +1,3 @@
+# pylint: disable = invalid-name, missing-docstring, unused-variable, unused-argument
+def function(hello):
+ x, y, z = (1,2,3,) # [bad-whitespace, bad-whitespace, missing-final-newline] \ No newline at end of file