We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7a2d3 commit c74ed4dCopy full SHA for c74ed4d
test-data/unit/parse-errors.test
@@ -55,7 +55,7 @@ file:1: error: invalid syntax
55
[case testUnexpectedEof]
56
if 1:
57
[out]
58
-file:1: error: unexpected EOF while parsing
+file:1: error: expected an indented block
59
60
[case testInvalidKeywordArguments1]
61
f(x=y, z)
@@ -434,7 +434,7 @@ file:1: error: invalid syntax
434
[case testSmartQuotes]
435
foo = ‘bar’
436
437
-file:1: error: invalid character in identifier
+file:1: error: invalid character '‘' (U+2018)
438
439
[case testExceptCommaInPython3]
440
try:
0 commit comments