diff options
author | Brett Cannon <bcannon@gmail.com> | 2006-08-25 04:07:01 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2006-08-25 04:07:01 (GMT) |
commit | b3de3baf1996a88e74e35ab51b69181d98bb068b (patch) | |
tree | a31791654ae7c86cedfb14d486eccd5ca3e5ed6e /Lib | |
parent | f0365511a526e7dbf33613186eaeff6dea38bbd1 (diff) | |
download | cpython-b3de3baf1996a88e74e35ab51b69181d98bb068b.zip cpython-b3de3baf1996a88e74e35ab51b69181d98bb068b.tar.gz cpython-b3de3baf1996a88e74e35ab51b69181d98bb068b.tar.bz2 |
Check in new output for test_tokenize.
Diffstat (limited to 'Lib')
-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' |