Merge pull request #13398 from github/tausbn/python-update-syntax-error-expected-files

Python: Update expected output for syntax error queries
This commit is contained in:
yoff
2023-06-08 10:10:42 +02:00
committed by GitHub
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). |