fix handling empty xml files
[librarian.git] / tests / test_html.py
index 8d3aede..b5cf4da 100644 (file)
@@ -41,3 +41,6 @@ def test_passing_parse_dublincore_to_transform():
         get_fixture('text', 'asnyk_miedzy_nami.html'),
         parse_dublincore=False,
     )
+
+def test_empty():
+    assert html.transform('<utwor />', is_file=False, parse_dublincore=False).find('empty')