about summary refs log tree commit diff
path: root/src/test/rustdoc/macro-document-private-duplicate.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
This PR will fix some typos detected by [typos]. I only picked the ones I was sure were spelling errors to fix, mostly in the comments. [typos]: https://github.com/crate-ci/typos
2022-08-13Update `@!has` name in testsNoah Lev-1/+1
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-3/+3
I think `@hasraw` is slightly clearer than `@hastext` since it is actually matching against the raw HTML, not the text nodes.
2022-08-13Update tests: arity-2 `@{has,matches}` -> `...text`Noah Lev-3/+3
2021-09-24Disable a spuriously failing testVadim Petrochenkov-0/+2
2021-08-28Update testsinquisitivecrystal-0/+23