summaryrefslogtreecommitdiff
path: root/testsuite/E26.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E26.py')
-rw-r--r--testsuite/E26.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/E26.py b/testsuite/E26.py
index c3537ff..937ef72 100644
--- a/testsuite/E26.py
+++ b/testsuite/E26.py
@@ -57,3 +57,10 @@ def oof():
# ################################################################ #
# ####################### another separator ###################### #
# ################################################################ #
+#: E262:3:9
+# -*- coding: utf8 -*-
+#  (One space one NBSP) Ok for block comment
+a = 42 #  (One space one NBSP)
+#: E262:2:9
+# (Two spaces) Ok for block comment
+a = 42 # (Two spaces)