There's no need for the tokenize tests to include a SyntaxError.

This commit is contained in:
Jeremy Hylton 2001-04-13 14:36:51 +00:00
parent a3e56a6ceb
commit a4553c04fd

View file

@ -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})