summaryrefslogtreecommitdiff
path: root/tests/test_html_formatter_linenos_elements.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix lots of missing encoding="utf-8" parametersJean Abou Samra2023-01-311-1/+2
| | | | | Some of these are probably unnecessary (ASCII-only content), but it's easier not to think about it.
* Update HTML tests.Matthäus G. Chajdas2021-12-061-1/+6
| | | | | This includes a new structural diff which is more robust, as it handles changes like different attribute order.
* Filename to <th> if linenos=table (fixes #1757) (#1759)Andy Pearce2021-03-281-1/+4
| | | | | | | | | * Filename to <th> if linenos=table (fixes #1757) * Emit `<th>` for `filename` if `linenos=table`. * Added test cases for filename inclusion. * Updated CHANGES
* Fix Solarized line number colors (#1477)Paweł Fertyk2020-07-041-0/+55
* Add font and background colors to Style * Move all styles to get_style_defs, add tests * Remove hardcoded styles, add special lineno style * Add styles for special line numbers in tables * Update noclasses documentation * Refactor linenos elements and styles, add tests * Update AUTHORS * Fix multiple CSS prefixes, add tests