Skip to content

Commit 19e1bab

Browse files
committed
Python: Update expected output for syntax error queries
1 parent ccb6223 commit 19e1bab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| nonsense.py:0:1:0:1 | Syntax Error | Syntax Error (in Python 2). |
1+
| nonsense.py:1:1:1:1 | Syntax Error | Syntax Error (in Python 2). |
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
| nonsense.py:0:1:0:1 | Syntax Error | Syntax Error (in Python 3). |
1+
| nonsense.py:1:2:1:2 | Syntax Error | Syntax Error (in Python 3). |

0 commit comments

Comments
 (0)