diff --git a/src/tests.rs b/src/tests.rs index 44e2c6c..e00deba 100644 --- a/src/tests.rs +++ b/src/tests.rs @@ -2011,6 +2011,20 @@ fn test_table_too_narrow() { from_read(tbl, 80); } +#[test] +fn test_empty_table_in_list() { + test_html( + b" +", + "", + 80, + ); +} + #[cfg(feature = "css")] mod css_tests { use super::{test_html_coloured, test_html_css, test_html_style};