test(frontmatter): Rename tests to make coverage more obvious · rust-lang/rust@fc5f0f7 (original) (raw)
46 files changed
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| 1 | 1 | error: extra characters after frontmatter close are not allowed |
| 2 | - --> $DIR/extra-after-end.rs:2:1 | |
| 2 | + --> $DIR/fence-close-extra-after.rs:2:1 | |
| 3 | 3 | | |
| 4 | 4 | LL | ---cargo |
| 5 | 5 | | ^^^^^^^^ |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| @@ -1,19 +1,19 @@ | |||
| 1 | 1 | error: unclosed frontmatter | |
| 2 | - --> $DIR/frontmatter-whitespace-2.rs:1:1 | ||
| 2 | + --> $DIR/fence-indented-mismatch.rs:1:1 | ||
| 3 | 3 | | | |
| 4 | 4 | LL | / ---cargo | |
| 5 | 5 | ... | | |
| 6 | 6 | LL | | |
| 7 | 7 | | | _^ |
| 8 | 8 | | | |
| 9 | 9 | note: frontmatter opening here was not closed | |
| 10 | - --> $DIR/frontmatter-whitespace-2.rs:1:1 | ||
| 10 | + --> $DIR/fence-indented-mismatch.rs:1:1 | ||
| 11 | 11 | | | |
| 12 | 12 | LL | ---cargo | |
| 13 | 13 | | ^^^ | |
| 14 | 14 | ||
| 15 | 15 | warning: use of a double negation | |
| 16 | - --> $DIR/frontmatter-whitespace-2.rs:9:6 | ||
| 16 | + --> $DIR/fence-indented-mismatch.rs:9:6 | ||
| 17 | 17 | | | |
| 18 | 18 | LL | ---x | |
| 19 | 19 | | ^^^ |