mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
11
python/extractor/tests/tokenizer/continuation.tokens
Normal file
11
python/extractor/tests/tokenizer/continuation.tokens
Normal file
@@ -0,0 +1,11 @@
|
||||
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 ''
|
||||
Reference in New Issue
Block a user