summaryrefslogtreecommitdiff
path: root/tests/html_linenos_expected_output/inline_nocls_step_1_start_8_special_0_noanchor_filename.html
Commit message (Collapse)AuthorAgeFilesLines
* Stop the HTML formatter from emitting empty whitespace spans.Matthäus G. Chajdas2022-12-111-3/+3
|
* Improve whitespace handling in Python.Matthäus G. Chajdas2022-12-111-3/+3
| | | | | | | | | This triggers a new case in the HtmlFormatter, which emits an empty span at the end of the line for a new line, as those are removed by the split-by-parts code. This requires separate post-processing. Doesn't fix all whitespace issues with Python either, but we're done to 360 failing examples with that, from previously >400.
* Update HTML tests.Matthäus G. Chajdas2021-12-061-5/+2
| | | | | This includes a new structural diff which is more robust, as it handles changes like different attribute order.
* Regenerate HTML test files.Matthäus G. Chajdas2021-11-131-4/+5
|
* Filename to <th> if linenos=table (fixes #1757) (#1759)Andy Pearce2021-03-281-0/+6
* Filename to <th> if linenos=table (fixes #1757) * Emit `<th>` for `filename` if `linenos=table`. * Added test cases for filename inclusion. * Updated CHANGES