Kaydet (Commit) a4553c04 authored tarafından Jeremy Hylton's avatar Jeremy Hylton

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

üst a3e56a6c
......@@ -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})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment