Skip to content

Commit d59263a

Browse files
authored
Merge pull request #13398 from github/tausbn/python-update-syntax-error-expected-files
Python: Update expected output for syntax error queries
2 parents cee7088 + 19e1bab commit d59263a

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)