[Python-checkins] CVS: python/dist/src/Lib/test/output test_tokenize,1.5,1.6

Jeremy Hylton jhylton@users.sourceforge.net
Fri, 13 Apr 2001 07:55:20 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv11351

Modified Files:
	test_tokenize 
Log Message:
Update to reflect new tokenize_test.py


Index: test_tokenize
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_tokenize,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** test_tokenize	2001/01/24 17:19:08	1.5
--- test_tokenize	2001/04/13 14:55:18	1.6
***************
*** 471,482 ****
  147,12-147,13:	OP	','
  147,14-147,15:	OP	'*'
! 147,15-147,19:	NAME	'rest'
! 147,19-147,20:	OP	','
! 147,21-147,23:	OP	'**'
! 147,23-147,27:	NAME	'rest'
! 147,27-147,28:	OP	')'
! 147,28-147,29:	OP	':'
! 147,30-147,34:	NAME	'pass'
! 147,34-147,35:	NEWLINE	'\n'
  148,0-148,1:	NL	'\n'
  149,0-149,1:	OP	'('
--- 471,482 ----
  147,12-147,13:	OP	','
  147,14-147,15:	OP	'*'
! 147,15-147,20:	NAME	'restt'
! 147,20-147,21:	OP	','
! 147,22-147,24:	OP	'**'
! 147,24-147,29:	NAME	'restd'
! 147,29-147,30:	OP	')'
! 147,30-147,31:	OP	':'
! 147,32-147,36:	NAME	'pass'
! 147,36-147,37:	NEWLINE	'\n'
  148,0-148,1:	NL	'\n'
  149,0-149,1:	OP	'('