about summary refs log tree commit diff
path: root/src/test/rustdoc/recursive-deref.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-120/+0
2022-09-25rustdoc: update test cases now that code-header is used without in-bandMichael Howell-9/+9
2022-08-13rustdoc: Fix incorrect usage of `@!has` and `@!matches`Noah Lev-4/+4
`@!has` (and `@!matches`) with two arguments used to treat the second argument as a literal string of HTML code. Now, that feature has been renamed into `@!hasraw` (and `@!matchesraw`), and the arity-2 `@!has` version is an error. These uses thought the second argument was being treated as an XPath, as with the arity-3 version, but in fact was being treated as literal HTML. Because these were checking for the *absence* of the string, the tests silently did nothing -- an XPath string won't ever be showing up in the test's generated HTML!
2022-08-13Update `@!has` name in testsNoah Lev-4/+4
2021-10-30Document tests a bit moreGuillaume Gomez-0/+3
2021-10-29Don't display "Methods from Deref<...>" if no method is display (the ones ↵Guillaume Gomez-0/+20
which don't have `self` argument)
2021-10-29Add tests for recursive derefGuillaume Gomez-1/+76
2021-07-25Rustdoc accessibility: use real headers for doc itemsbors-2/+2
Part of #87059 Partially reverts #84703 Preview at: https://notriddle.com/notriddle-rustdoc-test/real-headers/std/index.html
2021-06-16rename test-casesTrinity Pointard-0/+22