many Colonies. But now the several Languages that are used in the
@@ -108,10 +108,10 @@ def test_eebo_tcp_page_contents_notes():
page_contents = str(text.pages[0])
# should not display note contents inline
assert "taken from Sir John Derhan. A headless Carcass," not in page_contents
- # should display a note marker inline
- assert "* A headless Carcass" in page_contents
+ # should display a note marker inline using note marker from the xml
+ assert "✓ A headless Carcass" in page_contents
# should display note contents with marker at end of content
- assert page_contents.endswith("* This whole line is taken from Sir John Derhan.")
+ assert page_contents.endswith("✓ This whole line is taken from Sir John Derhan.")
text = load_xmlobject_from_string(PAGE_WITH_MULTIPLE_NOTES, eebo_tcp.Text)
page_contents = str(text.pages[0])