Python: Make Diagnostics tests pass

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.
This commit is contained in:
Rasmus Wriedt Larsen
2021-04-28 10:21:59 +02:00
parent 523ed8272d
commit f2b4e31e7f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
| 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 88: invalid start byte | 2 |
| 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 |

View File

@@ -0,0 +1 @@
semmle-extractor-options: --max-import-depth=1 --lang=3