about summary refs log tree commit diff
path: root/src/librustdoc/html/highlight/fixtures/sample.html
AgeCommit message (Collapse)AuthorLines
2020-08-27Add expect test for rustdoc html highlightingAleksey Kladov-0/+27
It's a unit-test in a sense that it only checks syntax highlighting. However, the resulting HTML is written to disk and can be easily inspected in the browser. To update the test, run with `--bless` argument or set `UPDATE_EXPEC=1` env var