X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/a04f11baee3eb7d090867c2d5639a120ec3217b8..0c0fdd2db2c1277108b03a1acf88ad63d140451a:/tests/test_html_annotations.py diff --git a/tests/test_html_annotations.py b/tests/test_html_annotations.py index f269042..234f297 100644 --- a/tests/test_html_annotations.py +++ b/tests/test_html_annotations.py @@ -1,11 +1,8 @@ # -*- coding: utf-8 from __future__ import unicode_literals -from StringIO import StringIO -import tempfile from librarian.parser import WLDocument from librarian.html import extract_annotations -from lxml import etree from nose.tools import eq_ @@ -13,26 +10,26 @@ def _test_annotation(expected, got, name): assert got[0].startswith('anchor-'), "%s: Unexpected anchor: '%s', should begin with 'anchor-'" % (name, got[0]) eq_(expected[0], got[1], "%s: Unexpected type, expected '%s', got '%s'" % (name, expected[0], got[1])) eq_(expected[1], got[2], "%s: Unexpected qualifier, expected '%s', got '%s'" % (name, expected[1], got[2])) - eq_(expected[2], got[3], "%s: Unexpected text representation, expected '%s', got '%s'" % (name, expected[2], got[3])) + eq_(expected[2], got[3], "%s: Unexpected text representation, expected '%s', got '%s'" % + (name, expected[2], got[3])) exp_html = '
Definiendum \u2014 definiens.
' ), @@ -40,7 +37,7 @@ def test_annotations(): ('Definiendum \u2014 definiens.
' ), @@ -48,7 +45,7 @@ def test_annotations(): ('Definiendum (Åac.) \u2014 definiens.
' ), @@ -56,7 +53,7 @@ def test_annotations(): ('Definiendum (Åac.) \u2014 definiens.
' ), @@ -64,7 +61,7 @@ def test_annotations(): ('Definiendum (daw.) \u2014 definiens.
' ), @@ -72,7 +69,7 @@ def test_annotations(): ('Definiendum (Åac.) \u2014 definiens.
' ), @@ -80,7 +77,7 @@ def test_annotations(): ('Definiendum (Åac.) \u2014 definiens.
' ), @@ -88,12 +85,23 @@ def test_annotations(): ('Definiendum (Åac.) \u2014 definiens (some) \u2014 more text.
', ), 'Footnote with a second parentheses and mdash.'), + ('gemajna (daw., z niem. gemein: zwykÅy) ' + '\u2014 czÄÅciej: gemajn, szeregowiec w wojsku polskim cudzoziemskiego autoramentu.
' + ), + 'Footnote with multiple and qualifiers and emphasis.'), + ) xml_src = '''