Skip to content

Commit 0715745

Browse files
committed
Move rustdoc tests to appropriate subdirectories
Reorganize rustdoc tests into their correct subdirectories for better categorization: - Move lint-related tests to rustdoc-ui/lints/ - Move intra-doc link tests to rustdoc-ui/intra-doc/ - Move deref-related tests to rustdoc-ui/deref/ - Move doc-cfg test to rustdoc/doc-cfg/ This improves test organization and makes it easier to find tests related to specific rustdoc functionality.
1 parent f37aa99 commit 0715745

19 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/rustdoc-ui/circular-intra-doc-link-48414.rs renamed to tests/rustdoc-ui/intra-doc/circular-intra-doc-link-48414.rs

File renamed without changes.

tests/rustdoc-ui/disambiguator-endswith-named-suffix.rs renamed to tests/rustdoc-ui/intra-doc/disambiguator-endswith-named-suffix.rs

File renamed without changes.

tests/rustdoc-ui/disambiguator-endswith-named-suffix.stderr renamed to tests/rustdoc-ui/intra-doc/disambiguator-endswith-named-suffix.stderr

File renamed without changes.

tests/rustdoc-ui/custom_code_classes_in_docs-warning3.rs renamed to tests/rustdoc-ui/lints/custom_code_classes_in_docs-warning3.rs

File renamed without changes.

tests/rustdoc-ui/custom_code_classes_in_docs-warning3.stderr renamed to tests/rustdoc-ui/lints/custom_code_classes_in_docs-warning3.stderr

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)