diff options
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/output/test_tokenize | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/Lib/test/output/test_tokenize b/Lib/test/output/test_tokenize index edd39bf..0c14308 100644 --- a/Lib/test/output/test_tokenize +++ b/Lib/test/output/test_tokenize @@ -63,18 +63,19 @@ test_tokenize 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' |