Skip to content

Commit 9b11bed

Browse files
author
hauntsaninja
committed
pegen: add doctest back in
1 parent f6b219f commit 9b11bed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Lib/test/test_syntax.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,9 @@
6363
Traceback (most recent call last):
6464
SyntaxError: cannot assign to function call
6565
66-
# Pegen does not support this yet
67-
# >>> del f()
68-
# Traceback (most recent call last):
69-
# SyntaxError: cannot delete function call
66+
>>> del f()
67+
Traceback (most recent call last):
68+
SyntaxError: cannot delete function call
7069
7170
>>> a + 1 = 2
7271
Traceback (most recent call last):

0 commit comments

Comments
 (0)