[Python-3000-checkins] r51595 - python/branches/p3yk/Lib/test/output/test_tokenize

brett.cannon python-3000-checkins at python.org
Fri Aug 25 06:07:04 CEST 2006


Author: brett.cannon
Date: Fri Aug 25 06:07:01 2006
New Revision: 51595

Modified:
   python/branches/p3yk/Lib/test/output/test_tokenize
Log:
Check in new output for test_tokenize.


Modified: python/branches/p3yk/Lib/test/output/test_tokenize
==============================================================================
--- python/branches/p3yk/Lib/test/output/test_tokenize	(original)
+++ python/branches/p3yk/Lib/test/output/test_tokenize	Fri Aug 25 06:07:01 2006
@@ -63,18 +63,19 @@
 24,4-24,5:	OP	'('
 24,5-24,8:	NAME	'len'
 24,8-24,9:	OP	'('
-24,9-24,10:	OP	'`'
-24,10-24,11:	NAME	'y'
-24,11-24,12:	OP	'`'
-24,12-24,13:	OP	')'
-24,14-24,15:	OP	'+'
-24,16-24,17:	NUMBER	'5'
-24,17-24,18:	OP	'*'
-24,18-24,19:	NAME	'x'
-24,20-24,21:	OP	'-'
-24,22-24,23:	NAME	'a'
-24,23-24,24:	OP	'['
-24,24-24,25:	NL	'\n'
+24,9-24,13:	NAME	'repr'
+24,13-24,14:	OP	'('
+24,14-24,15:	NAME	'y'
+24,15-24,16:	OP	')'
+24,16-24,17:	OP	')'
+24,18-24,19:	OP	'+'
+24,20-24,21:	NUMBER	'5'
+24,21-24,22:	OP	'*'
+24,22-24,23:	NAME	'x'
+24,24-24,25:	OP	'-'
+24,26-24,27:	NAME	'a'
+24,27-24,28:	OP	'['
+24,28-24,29:	NL	'\n'
 25,3-25,4:	NUMBER	'3'
 25,5-25,6:	OP	']'
 25,6-25,7:	NL	'\n'


More information about the Python-3000-checkins mailing list