mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
I had comitted a bad .expected file it seems, and since the encoding for UTF-8 is named differently from Python 2 to Python 3, we're only going to run the test for one version.
3 lines
285 B
Plaintext
3 lines
285 B
Plaintext
| 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 | 2 |
|
|
| syntax_error.py:1:31:1:31 | Syntax Error | Extraction failed in syntax_error.py with error Syntax Error | 2 |
|