File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ with text "abc..."
3737- repeating ` # E: ` several times in one line indicates multiple expected errors in one line
3838- ` W: ... ` and ` N: ... ` works exactly like ` E: ... ` , but report a warning and a note respectively
3939- lines that don't contain the above should cause no type check errors
40- - lines that begin with ` -- ` are test-file-format comments, and will not appear in the texted python
40+ - lines that begin with ` -- ` are test-file-format comments, and will not appear in the tested python
4141 source code
4242- some test files are run in a special way by the test runner; this is typically documented in
4343 test-file-format comments at the top of the test file
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ x: int = "hi" # n: Incompatible types in assignment (expression has type "str",
4242
4343
4444[case oddErrorCommentsThatDontWorkCaseAndNoColon-xfail]
45- -- I didn't implment these. This is veering towards the ambiguous.
45+ -- I didn't implement these. This is veering towards the ambiguous.
4646x: int = "hi" # e: Incompatible types in assignment (expression has type "str", variable has type "int")
4747x2: int = "hi" # E Incompatible types in assignment (expression has type "str", variable has type "int")
4848x3: int = "hi" # e Incompatible types in assignment (expression has type "str", variable has type "int")
You can’t perform that action at this time.
0 commit comments