about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-41783.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-19/+0
2022-10-31rustdoc: rename syntax highlighting CSS class `attribute` to `attr`Michael Howell-3/+3
Link classes use the abbreviation `attr`, so why shouldn't syntax highlighting?
2022-08-20Update rustdoc testsGuillaume Gomez-2/+4
2022-08-14Update rustdoc testsGuillaume Gomez-5/+3
2022-08-13Update `@!has` name in testsNoah Lev-2/+2
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-5/+5
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-5/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2017-08-28Update test issue-41783.rs for new attribute highlighting behaviourMichael Layzell-2/+6
2017-05-06Allow # to appear in rustdoc code output.Mark Simulacrum-0/+25
"##" at the start of a trimmed rustdoc line is now cut to "#" and then shown. If the user wanted to show "##", they can type "###".