File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ Add the test in this format anywhere in the file:
2929- ` # E: abc... ` indicates that this line should result in type check error
3030with text "abc..."
3131- note a space after ` E: ` and ` flags: `
32- - ` # E:12 ` adds column number to the expected error. Example: ` # E:12: Incompatible [etc ...] ` .
32+ - ` # E:12 ` adds column number to the expected error. Example: ` # E:12: ... ` .
3333- ` # ` will normally terminate the error message that comes before it;
34- this allows for multiple comments on the same line. Example: ` # E: [etc ...] # This fails ` .
34+ this allows for multiple comments on the same line. Example: ` # E: ... # This fails ` .
3535- use ` \ ` to escape the ` # ` character and indicate that the rest of the line is part of
3636the error message. Example: ` # E: This message includes the \# character once :) # new comment ` .
3737- repeating ` # E: ` several times in one line indicates multiple expected errors in one line
You can’t perform that action at this time.
0 commit comments