Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c6f80fd9
Commit
c6f80fd9
authored
Aug 29, 2002
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The test_tokenize output has changed slightly, by the addition of some
trailing `L's.
parent
278a3a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
Lib/test/output/test_tokenize
Lib/test/output/test_tokenize
+12
-12
No files found.
Lib/test/output/test_tokenize
View file @
c6f80fd9
...
@@ -124,18 +124,18 @@ test_tokenize
...
@@ -124,18 +124,18 @@ test_tokenize
42,11-42,12: OP '-'
42,11-42,12: OP '-'
42,12-42,13: NUMBER '1'
42,12-42,13: NUMBER '1'
42,14-42,16: OP '!='
42,14-42,16: OP '!='
42,17-42,
29: NUMBER '020000000000
'
42,17-42,
30: NUMBER '020000000000L
'
42,
29-42,30
: NEWLINE '\n'
42,
30-42,31
: NEWLINE '\n'
43,0-43,1
2: NUMBER '037777777777
'
43,0-43,1
3: NUMBER '037777777777L
'
43,1
3-43,15
: OP '!='
43,1
4-43,16
: OP '!='
43,1
6-43,17
: OP '-'
43,1
7-43,18
: OP '-'
43,1
7-43,18
: NUMBER '1'
43,1
8-43,19
: NUMBER '1'
43,1
8-43,19
: NEWLINE '\n'
43,1
9-43,20
: NEWLINE '\n'
44,0-44,1
0: NUMBER '0xffffffff
'
44,0-44,1
1: NUMBER '0xffffffffL
'
44,1
1-44,13
: OP '!='
44,1
2-44,14
: OP '!='
44,1
4-44,15
: OP '-'
44,1
5-44,16
: OP '-'
44,1
5-44,16
: NUMBER '1'
44,1
6-44,17
: NUMBER '1'
44,1
6-44,17
: NEWLINE '\n'
44,1
7-44,18
: NEWLINE '\n'
45,0-45,1: NL '\n'
45,0-45,1: NL '\n'
46,0-46,16: COMMENT '# Long integers\n'
46,0-46,16: COMMENT '# Long integers\n'
47,0-47,1: NAME 'x'
47,0-47,1: NAME 'x'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment