]> granicus.if.org Git - python/commitdiff
Check in new output for test_tokenize.
authorBrett Cannon <bcannon@gmail.com>
Fri, 25 Aug 2006 04:07:01 +0000 (04:07 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 25 Aug 2006 04:07:01 +0000 (04:07 +0000)
Lib/test/output/test_tokenize

index edd39bfeba3472ed43e406b4c1934dc768a4971d..0c1430886a9cf621f508d60f3b63870340d52ed3 100644 (file)
@@ -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'