rust/tests/ui/frontmatter
Ed Page fc5f0f7ee5 test(frontmatter): Rename tests to make coverage more obvious
When working on the stabilization report,
I found it annoying to determine what cases were covered because areas
of the frontmatter feature were either not in the file name or in
inconsistent locations.

This moves the area of frontmatter to the start of the file name and the
moves to more specific the later in the file name so coverage is easier
to see.
2025-10-24 10:51:21 -05:00
..
auxiliary Strip frontmatter in fewer places 2025-09-09 19:49:40 +02:00
content-contains-whitespace.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
content-non-lexible-tokens.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
escape-hyphens-leading.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
escape-hyphens-nonleading-1.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
escape-hyphens-nonleading-2.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
escape-hyphens-nonleading-3.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-close-extra-after.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-close-extra-after.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-indented-mismatch.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-indented-mismatch.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-indented.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-indented.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-mismatch-1.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-mismatch-1.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-mismatch-2.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-mismatch-2.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-1.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-1.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-2.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-2.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-3.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-3.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-4.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-4.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-5.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-5.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-6.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-unclosed-6.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-whitespace-trailing-1.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
fence-whitespace-trailing-2.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
frontmatter-crlf.rs test(lexer): Ensure frontmatter w/ crlf works 2025-09-01 20:51:30 -05:00
infostring-comma.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-comma.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-dot-leading.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-dot-leading.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-dot-nonleading.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-hyphen-leading.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-hyphen-leading.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-hyphen-nonleading.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-space.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
infostring-space.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
location-after-shebang.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
location-after-tokens.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
location-after-tokens.stderr test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
location-include-in-expr-ctxt.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
location-include-in-item-ctxt.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
location-proc-macro-observer.rs test(frontmatter): Rename tests to make coverage more obvious 2025-10-24 10:51:21 -05:00
multifrontmatter.rs Implement RFC 3503: frontmatters 2025-05-05 23:10:08 +08:00
multifrontmatter.stderr Implement RFC 3503: frontmatters 2025-05-05 23:10:08 +08:00