Python: Update expected output for syntax error queries

This commit is contained in:
Taus
2023-06-07 15:26:52 +00:00
parent ccb622348b
commit 19e1bab102
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
| nonsense.py:0:1:0:1 | Syntax Error | Syntax Error (in Python 2). |
| nonsense.py:1:1:1:1 | Syntax Error | Syntax Error (in Python 2). |

View File

@@ -1 +1 @@
| nonsense.py:0:1:0:1 | Syntax Error | Syntax Error (in Python 3). |
| nonsense.py:1:2:1:2 | Syntax Error | Syntax Error (in Python 3). |