mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
There's no need for the tokenize tests to include a SyntaxError.
This commit is contained in:
parent
a3e56a6ceb
commit
a4553c04fd
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ if 0:
|
|||
# Operators
|
||||
|
||||
def d22(a, b, c=1, d=2): pass
|
||||
def d01v(a=1, *rest, **rest): pass
|
||||
def d01v(a=1, *restt, **restd): pass
|
||||
|
||||
(x, y) <> ({'a':1}, {'b':2})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue