Skip to content

Commit 59a14cb

Browse files
Update README.md: remember that markdown also uses backslash escapes
1 parent 9705f73 commit 59a14cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-data/unit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ with text "abc..."
3131
- note a space after `E:` and `flags:`
3232
- `# E:12` adds column number to the expected error
3333
- 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)
34+
the error message (note that there is no support for using `\\` to escape a backslash itself)
3535
- repeating `# E: ` several times in one line indicates multiple expected errors in one line
3636
- `W: ...` and `N: ...` works exactly like `E: ...`, but report a warning and a note respectively
3737
- lines that don't contain the above should cause no type check errors

0 commit comments

Comments
 (0)