Skip to content

Commit

Permalink
Fix parse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Dec 23, 2024
1 parent 42446ef commit 43494c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-data/unit/parse-errors.test
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ file:1: error: invalid syntax
[case testUnexpectedEof]
if 1:
[out]
file:1: error: unexpected EOF while parsing
file:1: error: expected an indented block

[case testInvalidKeywordArguments1]
f(x=y, z)
Expand Down Expand Up @@ -434,7 +434,7 @@ file:1: error: invalid syntax
[case testSmartQuotes]
foo = ‘bar’
[out]
file:1: error: invalid character in identifier
file:1: error: invalid character '‘' (U+2018)

[case testExceptCommaInPython3]
try:
Expand Down

0 comments on commit 43494c2

Please sign in to comment.