X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/14fbd48817ba27853a45164908d10ed679acac6e..ac7899052e10143e0548ad7de2f67a2c6ca2b50b:/tests/test_html_annotations.py diff --git a/tests/test_html_annotations.py b/tests/test_html_annotations.py index 87e9b01..851c5b0 100644 --- a/tests/test_html_annotations.py +++ b/tests/test_html_annotations.py @@ -86,6 +86,14 @@ def test_annotations(): ), 'Standard footnote with qualifier and some emphasis.'), + ('Definiendum (łac.) --- definens (some) --- more text.', ( + 'pe', + 'łac.', + 'Definiendum (łac.) \u2014 definiens (some) \u2014 more text.', + '

Definiendum (łac.) \u2014 definiens (some) \u2014 more text.

', + ), + 'Footnote with a second parentheses and mdash.'), + ) xml_src = ''' %s ''' % "".join(