diff options
author | Barry Warsaw <barry@python.org> | 2002-08-29 12:56:59 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2002-08-29 12:56:59 (GMT) |
commit | c6f80fd9951a1eb8899ca202c3c039a9a6f1fedf (patch) | |
tree | e39894f248479fef2418e404394f5b59c459f365 /Lib/test/output | |
parent | 278a3a22d70c4c1bcb226da5f91827daacf0ef45 (diff) | |
download | cpython-c6f80fd9951a1eb8899ca202c3c039a9a6f1fedf.zip cpython-c6f80fd9951a1eb8899ca202c3c039a9a6f1fedf.tar.gz cpython-c6f80fd9951a1eb8899ca202c3c039a9a6f1fedf.tar.bz2 |
The test_tokenize output has changed slightly, by the addition of some
trailing `L's.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_tokenize | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Lib/test/output/test_tokenize b/Lib/test/output/test_tokenize index ea55181..fce2fd7 100644 --- a/Lib/test/output/test_tokenize +++ b/Lib/test/output/test_tokenize @@ -124,18 +124,18 @@ test_tokenize 42,11-42,12: OP '-' 42,12-42,13: NUMBER '1' 42,14-42,16: OP '!=' -42,17-42,29: NUMBER '020000000000' -42,29-42,30: NEWLINE '\n' -43,0-43,12: NUMBER '037777777777' -43,13-43,15: OP '!=' -43,16-43,17: OP '-' -43,17-43,18: NUMBER '1' -43,18-43,19: NEWLINE '\n' -44,0-44,10: NUMBER '0xffffffff' -44,11-44,13: OP '!=' -44,14-44,15: OP '-' -44,15-44,16: NUMBER '1' -44,16-44,17: NEWLINE '\n' +42,17-42,30: NUMBER '020000000000L' +42,30-42,31: NEWLINE '\n' +43,0-43,13: NUMBER '037777777777L' +43,14-43,16: OP '!=' +43,17-43,18: OP '-' +43,18-43,19: NUMBER '1' +43,19-43,20: NEWLINE '\n' +44,0-44,11: NUMBER '0xffffffffL' +44,12-44,14: OP '!=' +44,15-44,16: OP '-' +44,16-44,17: NUMBER '1' +44,17-44,18: NEWLINE '\n' 45,0-45,1: NL '\n' 46,0-46,16: COMMENT '# Long integers\n' 47,0-47,1: NAME 'x' |