X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b6ec0976a383cc1823f4a199bc3e6dc40880b049..f5c1682d0da0aee458474ef5a9000dd3d62171f4:/tests/test_html.py diff --git a/tests/test_html.py b/tests/test_html.py index 51d6acd..9d9b1de 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -33,8 +33,9 @@ def test_passing_parse_dublincore_to_transform(): parse_dublincore=False, ).as_html() + def test_empty(): assert not WLDocument.from_string( '', parse_dublincore=False, - ).as_html() + ).as_html().get_string()