X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/993a8cd64b2913a6d1c42f094c37c6c2d66d2332..f517a747988a667aafec9475ef106007481edcf7:/tests/test_html.py diff --git a/tests/test_html.py b/tests/test_html.py index 8d3aede..b5cf4da 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -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('', is_file=False, parse_dublincore=False).find('empty')