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 9705f73 commit 59a14cbCopy full SHA for 59a14cb
test-data/unit/README.md
@@ -31,7 +31,7 @@ with text "abc..."
31
- note a space after `E:` and `flags:`
32
- `# E:12` adds column number to the expected error
33
- use `\` to escape the `#` character and indicate that the rest of the line is part of
34
-the error message (note that there is no support for using \\ to escape a backslash)
+the error message (note that there is no support for using `\\` to escape a backslash itself)
35
- repeating `# E: ` several times in one line indicates multiple expected errors in one line
36
- `W: ...` and `N: ...` works exactly like `E: ...`, but report a warning and a note respectively
37
- lines that don't contain the above should cause no type check errors
0 commit comments