Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3bee2f6

Browse files
committed
Update to reflect new tokenize_test.py
1 parent d20d8b3 commit 3bee2f6

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Lib/test/output/test_tokenize

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -470,14 +470,14 @@ test_tokenize
470470
147,11-147,12: NUMBER '1'
471471
147,12-147,13: OP ','
472472
147,14-147,15: OP '*'
473-
147,15-147,19: NAME 'rest'
474-
147,19-147,20: OP ','
475-
147,21-147,23: OP '**'
476-
147,23-147,27: NAME 'rest'
477-
147,27-147,28: OP ')'
478-
147,28-147,29: OP ':'
479-
147,30-147,34: NAME 'pass'
480-
147,34-147,35: NEWLINE '\n'
473+
147,15-147,20: NAME 'restt'
474+
147,20-147,21: OP ','
475+
147,22-147,24: OP '**'
476+
147,24-147,29: NAME 'restd'
477+
147,29-147,30: OP ')'
478+
147,30-147,31: OP ':'
479+
147,32-147,36: NAME 'pass'
480+
147,36-147,37: NEWLINE '\n'
481481
148,0-148,1: NL '\n'
482482
149,0-149,1: OP '('
483483
149,1-149,2: NAME 'x'

0 commit comments

Comments
 (0)