summaryrefslogtreecommitdiff
path: root/test/input/func_utf8_lines.py
blob: ee29db7233a96d71d6857b3f63aa5bbd199d8cbc (plain)
1
2
3
4
5
6
7
8
# coding: utf-8
"""Test data file files with non-ASCII content."""

__revision__ = 1

THIS_IS_A_LONG_VARIABLE_NAME = 'Существительное Частица'  # but the line is okay

THIS_IS_A_VERY_LONG_VARIABLE_NAME = 'Существительное Частица'  # and the line is not okay