about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-31899.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-59/+0
2022-08-13Update `@!has` name in testsNoah Lev-3/+3
2022-08-13Rename `@hastext` to `@hasraw` (same for `matches`)Noah Lev-1/+1
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-1/+1
2018-12-25Remove licensesMark Rousskov-11/+0
2016-02-27Clearly separate code blocks from other blocksmitaa-0/+70
For summary descriptions we need the first paragraph (adjacent lines until a blank line) - but the rendered markdown of a code block did not leave a blank line in the html and was thus included in the summary line.