diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-03 18:39:28 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-03 18:39:28 +0200 |
commit | 0e59fdaff624fbeb5ba071c76d72b0a3d7d049fb (patch) | |
tree | 77c1a823d3d04cea31d492d974c4ee01e49725b3 /testsuite/utf-8.py | |
parent | 4d5c29ab2ee66b2468e53cff76746e69646fb816 (diff) | |
download | pep8-0e59fdaff624fbeb5ba071c76d72b0a3d7d049fb.tar.gz |
More test cases for line length.
Diffstat (limited to 'testsuite/utf-8.py')
-rw-r--r-- | testsuite/utf-8.py | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/testsuite/utf-8.py b/testsuite/utf-8.py index dc944f6..7a3d249 100644 --- a/testsuite/utf-8.py +++ b/testsuite/utf-8.py @@ -24,3 +24,29 @@ class Rectangle(Blob): # ξέχασε αρπάζεις φαινόμενο όλη. Τρέξει εσφαλμένη χρησιμοποίησέ νέα τι. Θα όρο # πετάνε φακέλους, άρα με διακοπής λαμβάνουν εφαμοργής. Λες κι μειώσει # καθυστερεί. + +# 79 narrow chars +# 01 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 [79] + +# 78 narrow chars (Na) + 1 wide char (W) +# 01 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8情 + +# 2 narrow chars (Na) + 40 wide chars (W) +# 情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情 + +# 2 narrow chars (Na) + 77 wide chars (W) +# 情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情 + +# +#: E501 +# 80 narrow chars (Na) +# 01 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 [80] +# +#: E501 +# 78 narrow chars (Na) + 2 wide char (W) +# 01 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8情情 +# +#: E501 +# 2 narrow chars (Na) + 78 wide chars (W) +# 情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情情 +# |