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

Ka-Ping Yee ping@users.sourceforge.net
Mon, 15 Jan 2001 14:27:08 -0800


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

Modified Files:
	test_tokenize 
Log Message:
Ugh.  Sorry.  Checked in the wrong file.  Please ignore revision 1.3;
it anticipates another patch i was about to propose.


Index: test_tokenize
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_tokenize,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_tokenize	2001/01/15 22:04:30	1.3
--- test_tokenize	2001/01/15 22:27:06	1.4
***************
*** 1,25 ****
  test_tokenize
! 1,0-1,35:	COMMENT	"# Tests for the 'tokenize' module.\n"
! 2,0-2,43:	COMMENT	'# Large bits stolen from test_grammar.py. \n'
! 3,0-3,1:	NL	'\n'
! 4,0-4,11:	COMMENT	'# Comments\n'
  5,0-5,3:	STRING	'"#"'
! 5,3-5,4:	NEWLINE	'\n'
! 6,0-6,3:	COMMENT	"#'\n"
! 7,0-7,3:	COMMENT	'#"\n'
! 8,0-8,3:	COMMENT	'#\\\n'
[...1015 lines suppressed...]
  173,0-173,6:	NAME	'import'
  173,7-173,10:	NAME	'sys'
  173,10-173,11:	OP	','
  173,12-173,16:	NAME	'time'
! 173,16-173,17:	NEWLINE	'\012'
  174,0-174,1:	NAME	'x'
  174,2-174,3:	OP	'='
***************
*** 644,648 ****
  174,28-174,29:	OP	'('
  174,29-174,30:	OP	')'
! 174,30-174,31:	NEWLINE	'\n'
! 175,0-175,1:	NL	'\n'
  176,0-176,0:	ENDMARKER	''
--- 644,648 ----
  174,28-174,29:	OP	'('
  174,29-174,30:	OP	')'
! 174,30-174,31:	NEWLINE	'\012'
! 175,0-175,1:	NL	'\012'
  176,0-176,0:	ENDMARKER	''