Files
codeql/python/extractor/tests/tokenizer/continuation.tokens

12 lines
439 B
Plaintext

1,0-1,3: NAME 'def'
1,4-1,7: NAME 'foo'
1,7-1,8: LPAR '('
1,8-1,9: RPAR ')'
1,9-1,10: COLON ':'
1,10-1,11: NEWLINE '\n'
2,0-2,4: INDENT ' '
2,4-2,8: NAME 'pass'
5,0-5,1: NEWLINE '\n'
6,0-6,0: DEDENT ''
6,0-6,0: ENDMARKER ''