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 90bbd62 commit 3aafbbcCopy full SHA for 3aafbbc
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)
@@ -427,7 +427,7 @@ file:1: error: invalid syntax
427
[case testSmartQuotes]
428
foo = ‘bar’
429
430
-file:1: error: invalid character in identifier
+file:1: error: invalid character '‘' (U+2018)
431
432
[case testExceptCommaInPython3]
433
try:
0 commit comments