summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_tokenize
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/output/test_tokenize')
-rw-r--r--Lib/test/output/test_tokenize18
1 files changed, 17 insertions, 1 deletions
diff --git a/Lib/test/output/test_tokenize b/Lib/test/output/test_tokenize
index 4a3d58c..a46824d 100644
--- a/Lib/test/output/test_tokenize
+++ b/Lib/test/output/test_tokenize
@@ -682,4 +682,20 @@ test_tokenize
177,11-177,15: NAME 'pass'
177,15-177,16: NEWLINE '\n'
178,0-178,1: NL '\n'
-179,0-179,0: ENDMARKER ''
+179,0-179,1: OP '@'
+179,1-179,13: NAME 'staticmethod'
+179,13-179,14: NEWLINE '\n'
+180,0-180,3: NAME 'def'
+180,4-180,7: NAME 'foo'
+180,7-180,8: OP '('
+180,8-180,9: NAME 'x'
+180,9-180,10: OP ':'
+180,10-180,11: NUMBER '1'
+180,11-180,12: OP ')'
+180,12-180,14: OP '->'
+180,14-180,15: NUMBER '1'
+180,15-180,16: OP ':'
+180,17-180,21: NAME 'pass'
+180,21-180,22: NEWLINE '\n'
+181,0-181,1: NL '\n'
+182,0-182,0: ENDMARKER ''