File tree Expand file tree Collapse file tree 4 files changed +11
-2
lines changed
query-tests/Imports/syntax_error Expand file tree Collapse file tree 4 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ with (
2+ CtxManager1 () as example1 ,
3+ CtxManager2 () as example2 ,
4+ CtxManager3 () as example3 ,
5+ ):
6+ pass
Original file line number Diff line number Diff line change 1+ import python
2+
3+ select any ( AstNode n )
Original file line number Diff line number Diff line change 1- | nonsense.py:1:2:1:2 | Syntax Error | Syntax Error (in Python 3). |
1+ | nonsense.py:0:1:0:1 | Syntax Error | Syntax Error (in Python 3). |
Original file line number Diff line number Diff line change 11| bad_encoding.py:2:11:2:11 | Encoding Error | Extraction failed in bad_encoding.py with error 'utf-8' codec can't decode byte 0x9d in position 87: invalid start byte | 1 |
2- | syntax_error.py:1:31 :1:31 | Syntax Error | Extraction failed in syntax_error.py with error Syntax Error | 1 |
2+ | syntax_error.py:1:1 :1:1 | Syntax Error | Extraction failed in syntax_error.py with error Syntax Error | 1 |
You can’t perform that action at this time.
0 commit comments