summaryrefslogtreecommitdiff
path: root/pylint/test/functional/long_lines_with_utf8.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/long_lines_with_utf8.py')
-rw-r--r--pylint/test/functional/long_lines_with_utf8.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pylint/test/functional/long_lines_with_utf8.py b/pylint/test/functional/long_lines_with_utf8.py
new file mode 100644
index 0000000..a1d90ed
--- /dev/null
+++ b/pylint/test/functional/long_lines_with_utf8.py
@@ -0,0 +1,7 @@
+# coding: utf-8
+"""Test data file files with non-ASCII content."""
+
+
+THIS_IS_A_LONG_VARIABLE_NAME = 'Существительное Частица' # but the line is okay
+
+THIS_IS_A_VERY_LONG_VARIABLE_NAME = 'Существительное Частица' # and the line is not okay # [line-too-long]