There's no need for the tokenize tests to include a SyntaxError.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 13 Apr 2001 14:36:51 +0000 (14:36 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 13 Apr 2001 14:36:51 +0000 (14:36 +0000)
Lib/test/tokenize_tests.py

index 4974671f282a0aa84de8b1ea3b732b04a764896a..e990a36069bd4002e4a788ae98f7cd7a46704062 100644 (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})