summaryrefslogtreecommitdiff
path: root/testsuite/E30not.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/E30not.py')
-rw-r--r--testsuite/E30not.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/E30not.py b/testsuite/E30not.py
index ba0f742..a86b99e 100644
--- a/testsuite/E30not.py
+++ b/testsuite/E30not.py
@@ -177,3 +177,13 @@ def foo():
# for no E30x being emitted.
def bar(): pass
def baz(): pass
+#: Okay
+#!python
+# -*- coding: utf-8 -*-
+def a():
+ pass
+#: Okay
+def f(
+ a,
+):
+ pass