| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-27 | Remove from librustdoc and clippy too | Scott McMurray | -1/+1 | |
| 2021-08-25 | Don't panic if `close_tag()` is called without tags to close | Noah Lev | -1/+4 | |
| This can happen when a tag is opened after the length limit is reached; the tag will not end up being added to `unclosed_tags` because the queue will never be flushed. So, now, if the `unclosed_tags` stack is empty, `close_tag()` does nothing. This change fixes a panic in the `limit_0` unit test. | ||||
| 2021-08-25 | Add tests for `HtmlWithLimit` | Noah Lev | -0/+117 | |
