We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52ba8c5 commit c85fa44Copy full SHA for c85fa44
1 file changed
testsuite/E26.py
@@ -6,8 +6,25 @@
6
x = x + 1 # Increment x
7
#: E262
8
x = y + 1 #: Increment x
9
+#: E265
10
+#Block comment
11
+a = 1
12
#: Okay
13
pass # an inline comment
14
15
y = y + 1 #: Increment x
-#:
16
+
17
+# Block comment
18
19
20
+# Block comment1
21
22
+# Block comment2
23
+aaa = 1
24
25
26
+# example of docstring (not parsed)
27
+def oof():
28
+ """
29
+ #foo not parsed
30
0 commit comments