mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Python: Copy Python extractor to codeql repo
This commit is contained in:
12
python/extractor/tests/tokenizer/tab.tokens
Normal file
12
python/extractor/tests/tokenizer/tab.tokens
Normal file
@@ -0,0 +1,12 @@
|
||||
2,0-2,5: NAME 'class'
|
||||
2,6-2,7: NAME 'C'
|
||||
2,7-2,8: LPAR '('
|
||||
2,8-2,14: NAME 'object'
|
||||
2,14-2,15: RPAR ')'
|
||||
2,15-2,16: COLON ':'
|
||||
2,16-2,17: NEWLINE '\n'
|
||||
3,0-3,1: INDENT '\t'
|
||||
3,1-3,5: NAME 'pass'
|
||||
3,5-3,6: NEWLINE '\n'
|
||||
4,0-4,0: DEDENT ''
|
||||
4,0-4,0: ENDMARKER ''
|
||||
Reference in New Issue
Block a user