Skip to content

Commit 287f567

Browse files
Use the placeholder format from the rest of the readme
1 parent f3546a4 commit 287f567

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test-data/unit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3030
with 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
3636
the 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

0 commit comments

Comments
 (0)