summaryrefslogtreecommitdiff
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_tokenize13
1 files changed, 12 insertions, 1 deletions
diff --git a/Lib/test/output/test_tokenize b/Lib/test/output/test_tokenize
index ea55181dc5..b78a223475 100644
--- a/Lib/test/output/test_tokenize
+++ b/Lib/test/output/test_tokenize
@@ -645,4 +645,15 @@ test_tokenize
174,29-174,30: OP ')'
174,30-174,31: NEWLINE '\n'
175,0-175,1: NL '\n'
-176,0-176,0: ENDMARKER ''
+176,0-176,1: OP '@'
+176,1-176,13: NAME 'staticmethod'
+176,13-176,14: NEWLINE '\n'
+177,0-177,3: NAME 'def'
+177,4-177,7: NAME 'foo'
+177,7-177,8: OP '('
+177,8-177,9: OP ')'
+177,9-177,10: OP ':'
+177,11-177,15: NAME 'pass'
+177,15-177,16: NEWLINE '\n'
+178,0-178,1: NL '\n'
+179,0-179,0: ENDMARKER ''