about summary refs log tree commit diff
path: root/src/librustdoc/html/highlight/fixtures/dos_line.html
AgeCommit message (Collapse)AuthorLines
2023-12-01rustdoc: do not escape quotes in body textMichael Howell-1/+1
Escaping quote marks is only needed in attributes, not text. ```console $ du -hs doc-old/ doc-new/ 670M doc-old/ 669M doc-new/ ```
2022-08-14Update rustdoc testsGuillaume Gomez-1/+1
2021-04-02rustdoc: update macro highlight testsMichael Howell-1/+1
2020-11-15Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ↵Guillaume Gomez-0/+3
in source rendering