| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-04 | Make rustdoc not highlight `->` and `=>` as operators | Michael Howell | -4/+4 | |
| It was marking them up as `<span class="op">=</span><span class="op">></span>`, which is bloaty and wrong. | ||||
| 2021-08-06 | Add test for union keyword highlighting | Guillaume Gomez | -0/+16 | |
| 2021-08-05 | Fix invalid generation of HTML in highlight | Guillaume Gomez | -0/+4 | |
| 2021-08-05 | Update rustdoc tests | Guillaume Gomez | -1/+1 | |
| 2021-04-08 | Add test for idents merge | Guillaume Gomez | -0/+20 | |
| 2021-04-02 | rustdoc: update macro highlight tests | Michael Howell | -4/+4 | |
| 2020-11-15 | Add test to ensure that no DOS backline (\r\n) doesn't create extra backline ↵ | Guillaume Gomez | -0/+3 | |
| in source rendering | ||||
| 2020-08-27 | Add expect test for rustdoc html highlighting | Aleksey Kladov | -0/+43 | |
| 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 | ||||
