Skip to content

Commit 8bb4ff6

Browse files
Update README.md: docu for the spacedness thing
1 parent eb75b05 commit 8bb4ff6

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
34+
the error message (note that there is no support for using \\ to escape a backslash)
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)