summaryrefslogtreecommitdiff
path: root/testsuite/python38.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/python38.py')
-rw-r--r--testsuite/python38.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/python38.py b/testsuite/python38.py
index 59addad..5f62a3f 100644
--- a/testsuite/python38.py
+++ b/testsuite/python38.py
@@ -1,4 +1,7 @@
#: Okay
+def f(a, /, b):
+ pass
+#: Okay
if x := 1:
print(x)
if m and (token := m.group(1)):