Mon Aug 25 11:06:29 UTC 2025 I: starting to build python-markdown/forky/arm64 on jenkins on '2025-08-25 11:06'
Mon Aug 25 11:06:29 UTC 2025 I: The jenkins build log is/was available at https://jenkins.debian.net/userContent/reproducible/debian/build_service/arm64_12/117291/console.log
Mon Aug 25 11:06:29 UTC 2025 I: Downloading source for forky/python-markdown=3.7-2
--2025-08-25 11:06:29-- http://deb.debian.org/debian/pool/main/p/python-markdown/python-markdown_3.7-2.dsc
Connecting to 46.16.76.132:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 2622 (2.6K) [text/prs.lines.tag]
Saving to: ‘python-markdown_3.7-2.dsc’
0K .. 100% 312M=0s
2025-08-25 11:06:29 (312 MB/s) - ‘python-markdown_3.7-2.dsc’ saved [2622/2622]
Mon Aug 25 11:06:29 UTC 2025 I: python-markdown_3.7-2.dsc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 3.0 (quilt)
Source: python-markdown
Binary: python3-markdown, python-markdown-doc
Architecture: all
Version: 3.7-2
Maintainer: Debian Python Team
` in tree has a new line tail ... ok
testBadQNameTag (tests.test_apis.testSerializers.testBadQNameTag)
Test serialization of `QName` with no tag. ... ok
testHTMLOutput (tests.test_apis.testSerializers.testHTMLOutput) ... ok
testHtml (tests.test_apis.testSerializers.testHtml)
Test HTML serialization. ... ok
testMixedCaseTags (tests.test_apis.testSerializers.testMixedCaseTags)
" Test preservation of tag case. ... ok
testProsessingInstruction (tests.test_apis.testSerializers.testProsessingInstruction)
Test serialization of `ProcessignInstruction`. ... ok
testQNameAttribute (tests.test_apis.testSerializers.testQNameAttribute)
Test serialization of `QName` attribute. ... ok
testQNameEscaping (tests.test_apis.testSerializers.testQNameEscaping)
Test `QName` escaping. ... ok
testQNamePreEscaping (tests.test_apis.testSerializers.testQNamePreEscaping)
Test `QName` that is already partially escaped. ... ok
testQNameTag (tests.test_apis.testSerializers.testQNameTag)
Test serialization of `QName` tag. ... ok
testRegisterSerializer (tests.test_apis.testSerializers.testRegisterSerializer) ... ok
testXHTMLOutput (tests.test_apis.testSerializers.testXHTMLOutput) ... ok
testXhtml (tests.test_apis.testSerializers.testXhtml)
" Test XHTML serialization. ... ok
testRE (tests.test_extensions.TestAdmonition.testRE) ... ok
testConfigAsKwargsOnInit (tests.test_extensions.TestExtensionClass.testConfigAsKwargsOnInit) ... ok
testGetConfig (tests.test_extensions.TestExtensionClass.testGetConfig) ... ok
testGetConfigDefault (tests.test_extensions.TestExtensionClass.testGetConfigDefault) ... ok
testGetConfigInfo (tests.test_extensions.TestExtensionClass.testGetConfigInfo) ... ok
testGetConfigs (tests.test_extensions.TestExtensionClass.testGetConfigs) ... ok
testSetConfig (tests.test_extensions.TestExtensionClass.testSetConfig) ... ok
testSetConfigWithBadKey (tests.test_extensions.TestExtensionClass.testSetConfigWithBadKey) ... ok
testBasicMetaData (tests.test_extensions.TestMetaData.testBasicMetaData)
Test basic metadata. ... ok
testMetaDataReset (tests.test_extensions.TestMetaData.testMetaDataReset)
Test that reset call remove Meta entirely ... ok
testMetaDataWithoutNewline (tests.test_extensions.TestMetaData.testMetaDataWithoutNewline)
Test document with only metadata and no newline at end. ... ok
testMissingMetaData (tests.test_extensions.TestMetaData.testMissingMetaData)
Test document without Meta Data. ... ok
testYamlMetaData (tests.test_extensions.TestMetaData.testYamlMetaData)
Test metadata specified as simple YAML. ... ok
testCustomSubstitutions (tests.test_extensions.TestSmarty.testCustomSubstitutions) ... ok
testBasicWikilinks (tests.test_extensions.TestWikiLinks.testBasicWikilinks)
Test `[[wikilinks]]`. ... ok
testComplexSettings (tests.test_extensions.TestWikiLinks.testComplexSettings)
Test Complex Settings. ... ok
testSimpleSettings (tests.test_extensions.TestWikiLinks.testSimpleSettings)
Test Simple Settings. ... ok
testURLCallback (tests.test_extensions.TestWikiLinks.testURLCallback)
Test used of a custom URL builder. ... ok
testWikilinkWhitespace (tests.test_extensions.TestWikiLinks.testWikilinkWhitespace)
Test whitespace in `wikilinks`. ... ok
testWikilinksMetaData (tests.test_extensions.TestWikiLinks.testWikilinksMetaData)
test `MetaData` with `Wikilinks` Extension. ... ok
test_amps_and_angle_encoding (tests.test_legacy.TestBasic.test_amps_and_angle_encoding) ... ok
test_angle_links_and_img (tests.test_legacy.TestBasic.test_angle_links_and_img) ... ok
test_auto_links (tests.test_legacy.TestBasic.test_auto_links) ... ok
test_backlash_escapes (tests.test_legacy.TestBasic.test_backlash_escapes) ... ok
test_blockquotes_with_code_blocks (tests.test_legacy.TestBasic.test_blockquotes_with_code_blocks) ... ok
test_codeblock_in_list (tests.test_legacy.TestBasic.test_codeblock_in_list) ... ok
test_hard_wrapped (tests.test_legacy.TestBasic.test_hard_wrapped) ... ok
test_horizontal_rules (tests.test_legacy.TestBasic.test_horizontal_rules) ... ok
test_links_inline (tests.test_legacy.TestBasic.test_links_inline) ... ok
test_links_reference (tests.test_legacy.TestBasic.test_links_reference) ... ok
test_literal_quotes (tests.test_legacy.TestBasic.test_literal_quotes) ... ok
test_markdown_documentation_basics (tests.test_legacy.TestBasic.test_markdown_documentation_basics) ... ok
test_markdown_syntax (tests.test_legacy.TestBasic.test_markdown_syntax) ... ok
test_nested_blockquotes (tests.test_legacy.TestBasic.test_nested_blockquotes) ... ok
test_ordered_and_unordered_list (tests.test_legacy.TestBasic.test_ordered_and_unordered_list) ... ok
test_strong_and_em_together (tests.test_legacy.TestBasic.test_strong_and_em_together) ... ok
test_tabs (tests.test_legacy.TestBasic.test_tabs) ... ok
test_tidyness (tests.test_legacy.TestBasic.test_tidyness) ... ok
test_admonition (tests.test_legacy.TestExtensions.test_admonition) ... ok
test_attr_list (tests.test_legacy.TestExtensions.test_attr_list) ... ok
test_codehilite (tests.test_legacy.TestExtensions.test_codehilite) ... skipped 'Excluded'
test_github_flavored (tests.test_legacy.TestExtensions.test_github_flavored) ... ok
test_nl2br_w_attr_list (tests.test_legacy.TestExtensions.test_nl2br_w_attr_list) ... ok
test_sane_lists (tests.test_legacy.TestExtensions.test_sane_lists) ... ok
test_toc (tests.test_legacy.TestExtensions.test_toc) ... ok
test_toc_invalid (tests.test_legacy.TestExtensions.test_toc_invalid) ... ok
test_toc_nested (tests.test_legacy.TestExtensions.test_toc_nested) ... ok
test_toc_nested2 (tests.test_legacy.TestExtensions.test_toc_nested2) ... ok
test_toc_nested_list (tests.test_legacy.TestExtensions.test_toc_nested_list) ... ok
test_toc_out_of_order (tests.test_legacy.TestExtensions.test_toc_out_of_order) ... ok
test_wikilinks (tests.test_legacy.TestExtensions.test_wikilinks) ... ok
test_def_in_list (tests.test_legacy.TestExtensionsExtra.test_def_in_list) ... ok
test_extra_config (tests.test_legacy.TestExtensionsExtra.test_extra_config) ... ok
test_footnote (tests.test_legacy.TestExtensionsExtra.test_footnote) ... ok
test_footnote_many_footnotes (tests.test_legacy.TestExtensionsExtra.test_footnote_many_footnotes) ... ok
test_footnote_placeholder (tests.test_legacy.TestExtensionsExtra.test_footnote_placeholder) ... ok
test_footnote_placeholder_depth (tests.test_legacy.TestExtensionsExtra.test_footnote_placeholder_depth) ... ok
test_loose_def_list (tests.test_legacy.TestExtensionsExtra.test_loose_def_list) ... ok
test_markdown_syntax (tests.test_legacy.TestExtensionsExtra.test_markdown_syntax) ... ok
test_named_markers (tests.test_legacy.TestExtensionsExtra.test_named_markers) ... ok
test_raw_html (tests.test_legacy.TestExtensionsExtra.test_raw_html) ... ok
test_simple_def_lists (tests.test_legacy.TestExtensionsExtra.test_simple_def_lists) ... ok
test_CRLF_line_ends (tests.test_legacy.TestMisc.test_CRLF_line_ends) ... ok
test_adjacent_headers (tests.test_legacy.TestMisc.test_adjacent_headers) ... ok
test_arabic (tests.test_legacy.TestMisc.test_arabic) ... ok
test_autolinks_with_asterisks (tests.test_legacy.TestMisc.test_autolinks_with_asterisks) ... ok
test_autolinks_with_asterisks_russian (tests.test_legacy.TestMisc.test_autolinks_with_asterisks_russian) ... ok
test_backtick_escape (tests.test_legacy.TestMisc.test_backtick_escape) ... ok
test_bidi (tests.test_legacy.TestMisc.test_bidi) ... ok
test_blank_block_quote (tests.test_legacy.TestMisc.test_blank_block_quote) ... ok
test_blank_lines_in_codeblocks (tests.test_legacy.TestMisc.test_blank_lines_in_codeblocks) ... ok
test_blockquote (tests.test_legacy.TestMisc.test_blockquote) ... ok
test_blockquote_below_paragraph (tests.test_legacy.TestMisc.test_blockquote_below_paragraph) ... ok
test_blockquote_hr (tests.test_legacy.TestMisc.test_blockquote_hr) ... ok
test_bold_links (tests.test_legacy.TestMisc.test_bold_links) ... ok
test_br (tests.test_legacy.TestMisc.test_br) ... ok
test_bracket_re (tests.test_legacy.TestMisc.test_bracket_re) ... ok
test_brackets_in_img_title (tests.test_legacy.TestMisc.test_brackets_in_img_title) ... ok
test_code_first_line (tests.test_legacy.TestMisc.test_code_first_line) ... ok
test_em_around_links (tests.test_legacy.TestMisc.test_em_around_links) ... ok
test_em_strong (tests.test_legacy.TestMisc.test_em_strong) ... ok
test_em_strong_complex (tests.test_legacy.TestMisc.test_em_strong_complex) ... ok
test_email (tests.test_legacy.TestMisc.test_email) ... ok
test_escaped_links (tests.test_legacy.TestMisc.test_escaped_links) ... ok
test_funky_list (tests.test_legacy.TestMisc.test_funky_list) ... ok
test_h1 (tests.test_legacy.TestMisc.test_h1) ... ok
test_hash (tests.test_legacy.TestMisc.test_hash) ... ok
test_header_in_lists (tests.test_legacy.TestMisc.test_header_in_lists) ... ok
test_headers (tests.test_legacy.TestMisc.test_headers) ... ok
test_hline (tests.test_legacy.TestMisc.test_hline) ... ok
test_image_2 (tests.test_legacy.TestMisc.test_image_2) ... ok
test_image_in_links (tests.test_legacy.TestMisc.test_image_in_links) ... ok
test_ins_at_start_of_paragraph (tests.test_legacy.TestMisc.test_ins_at_start_of_paragraph) ... ok
test_inside_html (tests.test_legacy.TestMisc.test_inside_html) ... ok
test_japanese (tests.test_legacy.TestMisc.test_japanese) ... ok
test_lazy_block_quote (tests.test_legacy.TestMisc.test_lazy_block_quote) ... ok
test_link_with_parenthesis (tests.test_legacy.TestMisc.test_link_with_parenthesis) ... ok
test_lists (tests.test_legacy.TestMisc.test_lists) ... ok
test_lists2 (tests.test_legacy.TestMisc.test_lists2) ... ok
test_lists3 (tests.test_legacy.TestMisc.test_lists3) ... ok
test_lists4 (tests.test_legacy.TestMisc.test_lists4) ... ok
test_lists5 (tests.test_legacy.TestMisc.test_lists5) ... ok
test_lists6 (tests.test_legacy.TestMisc.test_lists6) ... ok
test_lists7 (tests.test_legacy.TestMisc.test_lists7) ... ok
test_lists8 (tests.test_legacy.TestMisc.test_lists8) ... ok
test_missing_link_def (tests.test_legacy.TestMisc.test_missing_link_def) ... ok
test_multi_paragraph_block_quote (tests.test_legacy.TestMisc.test_multi_paragraph_block_quote) ... ok
test_multi_test (tests.test_legacy.TestMisc.test_multi_test) ... ok
test_nested_lists (tests.test_legacy.TestMisc.test_nested_lists) ... ok
test_nested_patterns (tests.test_legacy.TestMisc.test_nested_patterns) ... ok
test_normalize (tests.test_legacy.TestMisc.test_normalize) ... ok
test_numeric_entity (tests.test_legacy.TestMisc.test_numeric_entity) ... ok
test_para_with_hr (tests.test_legacy.TestMisc.test_para_with_hr) ... ok
test_russian (tests.test_legacy.TestMisc.test_russian) ... ok
test_smart_em (tests.test_legacy.TestMisc.test_smart_em) ... ok
test_some_test (tests.test_legacy.TestMisc.test_some_test) ... ok
test_span (tests.test_legacy.TestMisc.test_span) ... ok
test_strong_with_underscores (tests.test_legacy.TestMisc.test_strong_with_underscores) ... ok
test_stronintags (tests.test_legacy.TestMisc.test_stronintags) ... ok
test_tabs_in_lists (tests.test_legacy.TestMisc.test_tabs_in_lists) ... ok
test_two_spaces (tests.test_legacy.TestMisc.test_two_spaces) ... ok
test_uche (tests.test_legacy.TestMisc.test_uche) ... ok
test_underscores (tests.test_legacy.TestMisc.test_underscores) ... ok
test_url_spaces (tests.test_legacy.TestMisc.test_url_spaces) ... ok
test__version__IsValid (tests.test_meta.TestVersion.test__version__IsValid)
Test that __version__ is valid and normalized. ... ok
test_get_version (tests.test_meta.TestVersion.test_get_version)
Test that _get_version formats __version_info__ as required by PEP 440. ... ok
test_nesting_limit (tests.test_syntax.blocks.test_blockquotes.TestBlockquoteBlocks.test_nesting_limit) ... ok
test_codeblock_escape (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks.test_codeblock_escape) ... ok
test_codeblock_with_blankline (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks.test_codeblock_with_blankline) ... ok
test_multiline_codeblock (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks.test_multiline_codeblock) ... ok
test_spaced_codeblock (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks.test_spaced_codeblock) ... ok
test_tabbed_codeblock (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks.test_tabbed_codeblock) ... ok
test_escaped_hash (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_escaped_hash) ... ok
test_hash_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_followed_by_p) ... ok
test_hash_gt6_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_closed) ... ok
test_hash_gt6_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_closed_mismatch) ... ok
test_hash_gt6_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_closed_missing_space) ... ok
test_hash_gt6_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_closed_trailing_space) ... ok
test_hash_gt6_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_open) ... ok
test_hash_gt6_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_open_missing_space) ... ok
test_hash_gt6_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_gt6_open_trailing_space) ... ok
test_hash_h1_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_closed) ... ok
test_hash_h1_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_closed_mismatch) ... ok
test_hash_h1_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_closed_missing_space) ... ok
test_hash_h1_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_closed_trailing_space) ... ok
test_hash_h1_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_followed_by_p) ... ok
test_hash_h1_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_leading_space) ... ok
test_hash_h1_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_open) ... ok
test_hash_h1_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_open_missing_space) ... ok
test_hash_h1_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h1_open_trailing_space) ... ok
test_hash_h2_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_closed) ... ok
test_hash_h2_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_closed_mismatch) ... ok
test_hash_h2_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_closed_missing_space) ... ok
test_hash_h2_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_closed_trailing_space) ... ok
test_hash_h2_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_followed_by_p) ... ok
test_hash_h2_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_leading_space) ... ok
test_hash_h2_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_open) ... ok
test_hash_h2_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_open_missing_space) ... ok
test_hash_h2_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h2_open_trailing_space) ... ok
test_hash_h3_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_closed) ... ok
test_hash_h3_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_closed_mismatch) ... ok
test_hash_h3_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_closed_missing_space) ... ok
test_hash_h3_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_closed_trailing_space) ... ok
test_hash_h3_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_followed_by_p) ... ok
test_hash_h3_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_leading_space) ... ok
test_hash_h3_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_open) ... ok
test_hash_h3_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_open_missing_space) ... ok
test_hash_h3_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h3_open_trailing_space) ... ok
test_hash_h4_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_closed) ... ok
test_hash_h4_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_closed_mismatch) ... ok
test_hash_h4_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_closed_missing_space) ... ok
test_hash_h4_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_closed_trailing_space) ... ok
test_hash_h4_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_followed_by_p) ... ok
test_hash_h4_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_leading_space) ... ok
test_hash_h4_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_open) ... ok
test_hash_h4_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_open_missing_space) ... ok
test_hash_h4_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h4_open_trailing_space) ... ok
test_hash_h5_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_closed) ... ok
test_hash_h5_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_closed_mismatch) ... ok
test_hash_h5_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_closed_missing_space) ... ok
test_hash_h5_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_closed_trailing_space) ... ok
test_hash_h5_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_followed_by_p) ... ok
test_hash_h5_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_leading_space) ... ok
test_hash_h5_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_open) ... ok
test_hash_h5_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_open_missing_space) ... ok
test_hash_h5_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h5_open_trailing_space) ... ok
test_hash_h6_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_closed) ... ok
test_hash_h6_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_closed_mismatch) ... ok
test_hash_h6_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_closed_missing_space) ... ok
test_hash_h6_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_closed_trailing_space) ... ok
test_hash_h6_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_followed_by_p) ... ok
test_hash_h6_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_leading_space) ... ok
test_hash_h6_open (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_open) ... ok
test_hash_h6_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_open_missing_space) ... ok
test_hash_h6_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_hash_h6_open_trailing_space) ... ok
test_no_blank_lines_between_hashs (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_no_blank_lines_between_hashs) ... ok
test_p_followed_by_hash (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_p_followed_by_hash) ... ok
test_random_hash_levels (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_random_hash_levels) ... ok
test_unescaped_hash (tests.test_syntax.blocks.test_headers.TestHashHeaders.test_unescaped_hash) ... ok
test_p_followed_by_setext_h1 (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_p_followed_by_setext_h1) ... skipped 'This is broken in Python-Markdown'
test_p_followed_by_setext_h2 (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_p_followed_by_setext_h2) ... skipped 'This is broken in Python-Markdown'
test_setext_h1 (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_setext_h1) ... ok
test_setext_h1_followed_by_p (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_setext_h1_followed_by_p) ... ok
test_setext_h1_mismatched_length (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_setext_h1_mismatched_length) ... ok
test_setext_h2 (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_setext_h2) ... ok
test_setext_h2_followed_by_p (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_setext_h2_followed_by_p) ... ok
test_setext_h2_mismatched_length (tests.test_syntax.blocks.test_headers.TestSetextHeaders.test_setext_h2_mismatched_length) ... ok
test_2_consecutive_hr (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_2_consecutive_hr) ... ok
test_hr_after_emstrong (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_after_emstrong) ... ok
test_hr_after_paragraph (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_after_paragraph) ... ok
test_hr_asterisks (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks) ... ok
test_hr_asterisks_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_1_indent) ... ok
test_hr_asterisks_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_2_indent) ... ok
test_hr_asterisks_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_3_indent) ... ok
test_hr_asterisks_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_long) ... ok
test_hr_asterisks_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_spaces) ... ok
test_hr_asterisks_spaces_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_spaces_1_indent) ... ok
test_hr_asterisks_spaces_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_spaces_2_indent) ... ok
test_hr_asterisks_spaces_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_spaces_3_indent) ... ok
test_hr_asterisks_spaces_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_spaces_long) ... ok
test_hr_asterisks_spaces_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_spaces_trailing_space) ... ok
test_hr_asterisks_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_asterisks_trailing_space) ... ok
test_hr_before_paragraph (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_before_paragraph) ... ok
test_hr_hyphens (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens) ... ok
test_hr_hyphens_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_1_indent) ... ok
test_hr_hyphens_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_2_indent) ... ok
test_hr_hyphens_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_3_indent) ... ok
test_hr_hyphens_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_long) ... ok
test_hr_hyphens_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_spaces) ... ok
test_hr_hyphens_spaces_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_spaces_1_indent) ... ok
test_hr_hyphens_spaces_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_spaces_2_indent) ... ok
test_hr_hyphens_spaces_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_spaces_3_indent) ... ok
test_hr_hyphens_spaces_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_spaces_long) ... ok
test_hr_hyphens_spaces_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_spaces_trailing_space) ... ok
test_hr_hyphens_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_hyphens_trailing_space) ... ok
test_hr_underscores (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores) ... ok
test_hr_underscores_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_1_indent) ... ok
test_hr_underscores_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_2_indent) ... ok
test_hr_underscores_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_3_indent) ... ok
test_hr_underscores_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_long) ... ok
test_hr_underscores_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_spaces) ... ok
test_hr_underscores_spaces_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_spaces_1_indent) ... ok
test_hr_underscores_spaces_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_spaces_2_indent) ... ok
test_hr_underscores_spaces_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_spaces_3_indent) ... ok
test_hr_underscores_spaces_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_spaces_long) ... ok
test_hr_underscores_spaces_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_spaces_trailing_space) ... ok
test_hr_underscores_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_hr_underscores_trailing_space) ... ok
test_not_hr_2_asterisks (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_2_asterisks) ... ok
test_not_hr_2_asterisks_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_2_asterisks_spaces) ... ok
test_not_hr_2_hyphens (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_2_hyphens) ... ok
test_not_hr_2_hyphens_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_2_hyphens_spaces) ... ok
test_not_hr_2_underscores (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_2_underscores) ... ok
test_not_hr_2_underscores_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_2_underscores_spaces) ... ok
test_not_hr_end_in_char (tests.test_syntax.blocks.test_hr.TestHorizontalRules.test_not_hr_end_in_char) ... ok
test_adjacent_raw_blocks (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_adjacent_raw_blocks) ... ok
test_adjacent_raw_blocks_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_adjacent_raw_blocks_with_blank_lines) ... ok
test_amperstand (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_amperstand) ... ok
test_auto_links_dont_break_parser (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_auto_links_dont_break_parser) ... ok
test_blank_lines_in_raw (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_blank_lines_in_raw) ... ok
test_bogus_comment (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_bogus_comment) ... ok
test_bogus_comment_endtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_bogus_comment_endtag) ... ok
test_charref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_charref) ... ok
test_closed_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_closed_startendtag) ... ok
test_closed_startendtag_with_attrs (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_closed_startendtag_with_attrs) ... ok
test_closed_startendtag_without_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_closed_startendtag_without_space) ... ok
test_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_code_span) ... ok
test_code_span_open_gt (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_code_span_open_gt) ... ok
test_comment_in_code_block (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_comment_in_code_block) ... ok
test_comment_in_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_comment_in_code_span) ... ok
test_entityref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_entityref) ... ok
test_hr_only_end (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_hr_only_end) ... ok
test_hr_only_start (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_hr_only_start) ... ok
test_hr_self_close (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_hr_self_close) ... ok
test_hr_start_and_end (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_hr_start_and_end) ... ok
test_hr_with_content (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_hr_with_content) ... ok
test_inline_script_tags (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_inline_script_tags) ... ok
test_multiline_markdown_with_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_multiline_markdown_with_code_span) ... ok
test_multiline_raw (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_multiline_raw) ... ok
test_multiple_raw_single_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_multiple_raw_single_line) ... ok
test_multiple_raw_single_line_with_pi (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_multiple_raw_single_line_with_pi) ... ok
test_nested_charref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_charref) ... ok
test_nested_closed_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_closed_startendtag) ... ok
test_nested_entityref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_entityref) ... ok
test_nested_indented_raw_block (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_indented_raw_block) ... ok
test_nested_inline_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_inline_one_line) ... ok
test_nested_raw_block (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_raw_block) ... ok
test_nested_raw_blocks (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_raw_blocks) ... ok
test_nested_raw_blocks_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_raw_blocks_with_blank_lines) ... ok
test_nested_raw_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_raw_one_line) ... ok
test_nested_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_nested_startendtag) ... ok
test_placeholder_in_source (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_placeholder_in_source) ... ok
test_raw_attributes (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_attributes) ... ok
test_raw_attributes_nested (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_attributes_nested) ... ok
test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag) ... ok
test_raw_cdata_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_cdata_code_span) ... ok
test_raw_cdata_indented (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_cdata_indented) ... ok
test_raw_cdata_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_cdata_one_line) ... ok
test_raw_cdata_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_cdata_one_line_followed_by_text) ... ok
test_raw_cdata_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_cdata_with_blank_lines) ... ok
test_raw_comment_indented (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_indented) ... ok
test_raw_comment_indented_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_indented_with_tag) ... ok
test_raw_comment_nested (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_nested) ... ok
test_raw_comment_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_one_line) ... ok
test_raw_comment_one_line_followed_by_html (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_one_line_followed_by_html) ... ok
test_raw_comment_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_one_line_followed_by_text) ... ok
test_raw_comment_one_line_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_one_line_with_tag) ... ok
test_raw_comment_trailing_whitespace (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_trailing_whitespace) ... ok
test_raw_comment_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_with_blank_lines) ... ok
test_raw_comment_with_blank_lines_first_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_with_blank_lines_first_line) ... ok
test_raw_comment_with_blank_lines_last_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_with_blank_lines_last_line) ... ok
test_raw_comment_with_blank_lines_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_comment_with_blank_lines_with_tag) ... ok
test_raw_declaration_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_declaration_code_span) ... ok
test_raw_declaration_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_declaration_one_line) ... ok
test_raw_declaration_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_declaration_one_line_followed_by_text) ... ok
test_raw_empty (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_empty) ... ok
test_raw_empty_blank_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_empty_blank_line) ... ok
test_raw_empty_newline (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_empty_newline) ... ok
test_raw_empty_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_empty_space) ... ok
test_raw_html5 (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_html5) ... ok
test_raw_indent_four_spaces (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_indent_four_spaces) ... ok
test_raw_indent_one_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_indent_one_space) ... ok
test_raw_indent_three_spaces (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_indent_three_spaces) ... ok
test_raw_indent_two_spaces (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_indent_two_spaces) ... ok
test_raw_missing_close_bracket (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_missing_close_bracket) ... FAIL
test_raw_multiline_cdata (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_cdata) ... ok
test_raw_multiline_comment (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_comment) ... ok
test_raw_multiline_comment_first_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_comment_first_line) ... ok
test_raw_multiline_comment_last_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_comment_last_line) ... ok
test_raw_multiline_comment_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_comment_with_tag) ... ok
test_raw_multiline_declaration (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_declaration) ... ok
test_raw_multiline_processing_instruction (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiline_processing_instruction) ... ok
test_raw_multiple_p_no_end_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_multiple_p_no_end_tag) ... ok
test_raw_nested_inline (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_nested_inline) ... ok
test_raw_nested_inline_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_nested_inline_with_blank_lines) ... ok
test_raw_nested_p_no_end_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_nested_p_no_end_tag) ... ok
test_raw_one_line_followed_by_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_one_line_followed_by_span) ... ok
test_raw_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_one_line_followed_by_text) ... ok
test_raw_open_bracket_followed_by_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_open_bracket_followed_by_space) ... ok
test_raw_open_bracket_only (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_open_bracket_only) ... ok
test_raw_p_no_end_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_p_no_end_tag) ... ok
test_raw_p_no_end_tag_followed_by_blank_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_p_no_end_tag_followed_by_blank_line) ... ok
test_raw_paragraph (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_paragraph) ... ok
test_raw_pre_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_pre_tag) ... ok
test_raw_pre_tag_nested_escaped_html (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_pre_tag_nested_escaped_html) ... ok
test_raw_processing_instruction_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_processing_instruction_code_span) ... ok
test_raw_processing_instruction_indented (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_processing_instruction_indented) ... ok
test_raw_processing_instruction_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_processing_instruction_one_line) ... ok
test_raw_processing_instruction_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_processing_instruction_one_line_followed_by_text) ... ok
test_raw_processing_instruction_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_processing_instruction_with_blank_lines) ... ok
test_raw_skip_inline_markdown (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_skip_inline_markdown) ... ok
test_raw_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_span) ... ok
test_raw_surrounded_by_Markdown (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_surrounded_by_Markdown) ... ok
test_raw_surrounded_by_text_without_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_surrounded_by_text_without_blank_lines) ... ok
test_raw_unclosed_tag_in_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_unclosed_tag_in_code_span) ... FAIL
test_raw_unclosed_tag_in_code_span_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_unclosed_tag_in_code_span_space) ... FAIL
test_raw_uppercase (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_uppercase) ... ok
test_raw_uppercase_multiline (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_uppercase_multiline) ... ok
test_raw_with_markdown_blocks (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_with_markdown_blocks) ... ok
test_script_tags (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_script_tags) ... ok
test_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_startendtag) ... ok
test_startendtag_with_attrs (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_startendtag_with_attrs) ... ok
test_startendtag_with_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_startendtag_with_space) ... ok
test_text_links_ignored (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_text_links_ignored) ... ok
test_unclosed_comment_ (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_unclosed_comment_) ... FAIL
test_unclosed_script_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_unclosed_script_tag) ... ok
test_2_paragraphs_long_line (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_2_paragraphs_long_line) ... ok
test_blank_line_before_paragraph (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_blank_line_before_paragraph) ... ok
test_consecutive_multiline_paragraphs (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_consecutive_multiline_paragraphs) ... ok
test_consecutive_paragraphs (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_consecutive_paragraphs) ... ok
test_consecutive_paragraphs_space (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_consecutive_paragraphs_space) ... ok
test_consecutive_paragraphs_tab (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_consecutive_paragraphs_tab) ... ok
test_multiline_paragraph (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_multiline_paragraph) ... ok
test_paragraph_2_leading_spaces (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraph_2_leading_spaces) ... ok
test_paragraph_3_leading_spaces (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraph_3_leading_spaces) ... ok
test_paragraph_leading_space (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraph_leading_space) ... ok
test_paragraph_long_line (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraph_long_line) ... ok
test_paragraph_trailing_leading_space (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraph_trailing_leading_space) ... ok
test_paragraph_trailing_tab (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraph_trailing_tab) ... ok
test_paragraphs_CR (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraphs_CR) ... ok
test_paragraphs_CR_LF (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraphs_CR_LF) ... ok
test_paragraphs_LF (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_paragraphs_LF) ... ok
test_simple_paragraph (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks.test_simple_paragraph) ... ok
test_header_and_paragraph_no_blank_line_loose_list (tests.test_syntax.blocks.test_ul.TestUnorderedLists.test_header_and_paragraph_no_blank_line_loose_list) ... ok
test_header_and_paragraph_no_blank_line_loose_list_no_indent (tests.test_syntax.blocks.test_ul.TestUnorderedLists.test_header_and_paragraph_no_blank_line_loose_list_no_indent) ... ok
test_header_and_paragraph_no_blank_line_tight_list (tests.test_syntax.blocks.test_ul.TestUnorderedLists.test_header_and_paragraph_no_blank_line_tight_list) ... skipped 'This behaves as a loose list in Python-Markdown'
test_header_and_paragraph_no_blank_line_tight_list_no_indent (tests.test_syntax.blocks.test_ul.TestUnorderedLists.test_header_and_paragraph_no_blank_line_tight_list_no_indent) ... skipped 'This behaves as a loose list in Python-Markdown'
test_abbr_bracket (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_bracket) ... ok
test_abbr_carrot (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_carrot) ... ok
test_abbr_clear (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_clear) ... ok
test_abbr_double_quoted (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_double_quoted) ... ok
test_abbr_empty (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_empty) ... ok
test_abbr_extra_space (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_extra_space) ... ok
test_abbr_glossary (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_glossary) ... ok
test_abbr_glossary_2 (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_glossary_2) ... ok
test_abbr_hyphen (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_hyphen) ... ok
test_abbr_ignore_backslash (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_ignore_backslash) ... ok
test_abbr_ignore_unmatched_case (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_ignore_unmatched_case) ... ok
test_abbr_line_break (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_line_break) ... ok
test_abbr_lower (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_lower) ... ok
test_abbr_multiple_in_tail (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_multiple_in_tail) ... ok
test_abbr_multiple_in_text (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_multiple_in_text) ... ok
test_abbr_multiple_nested (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_multiple_nested) ... ok
test_abbr_nested (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_nested) ... ok
test_abbr_no_blank_Lines (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_no_blank_Lines) ... ok
test_abbr_no_space (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_no_space) ... ok
test_abbr_override (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_override) ... ok
test_abbr_partial_word (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_partial_word) ... ok
test_abbr_reset (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_reset) ... ok
test_abbr_single_quoted (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_single_quoted) ... ok
test_abbr_superset_vs_subset (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_superset_vs_subset) ... ok
test_abbr_unused (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_unused) ... ok
test_abbr_upper (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_upper) ... ok
test_abbr_with_attr_list (tests.test_syntax.extensions.test_abbr.TestAbbr.test_abbr_with_attr_list) ... ok
test_admonition_first_indented (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_admonition_first_indented) ... ok
test_admontion_detabbing (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_admontion_detabbing) ... ok
test_definition_list (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_definition_list) ... ok
test_with_big_lists (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_with_big_lists) ... ok
test_with_complex_lists (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_with_complex_lists) ... ok
test_with_lists (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_with_lists) ... ok
test_with_preceding_text (tests.test_syntax.extensions.test_admonition.TestAdmonition.test_with_preceding_text) ... ok
test_curly_after_block (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_curly_after_block) ... ok
test_curly_after_inline (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_curly_after_inline) ... ok
test_curly_in_double_quote (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_curly_in_double_quote) ... ok
test_curly_in_single_quote (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_curly_in_single_quote) ... ok
test_empty_attr_list (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_empty_attr_list) ... ok
test_extra_eq_gets_ignored_inside_curly_inline (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_extra_eq_gets_ignored_inside_curly_inline) ... ok
test_table_td (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_table_td) ... ok
test_unclosed_quote_ignored (tests.test_syntax.extensions.test_attr_list.TestAttrList.test_unclosed_quote_ignored) ... ok
test_codehilite_bad_lang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_bad_lang) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_defaults (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_defaults) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_guess_lang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_guess_lang) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_guess_lang_plain_text (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_guess_lang_plain_text) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_lang_prefix (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_lang_prefix) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_lang_prefix_empty (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_lang_prefix_empty) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_false (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_false) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_hl_lines (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_hl_lines) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_inline (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_inline) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_linenospecial (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_linenospecial) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_linenostep (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_linenostep) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_none (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_none) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_table (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_table) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenos_true (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenos_true) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenostart (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenostart) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_linenums_true (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_linenums_true) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_set_css_class (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_set_css_class) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_set_cssclass (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_set_cssclass) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_set_lang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_set_lang) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_startinline (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_startinline) ... skipped 'Pygments==2.7.1 is required'
test_codehilite_use_pygments_false (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass.test_codehilite_use_pygments_false) ... skipped 'Pygments==2.7.1 is required'
testBasicCodeHilite (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testBasicCodeHilite) ... skipped 'Pygments==2.7.1 is required'
testDoesntCrashWithEmptyCodeTag (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testDoesntCrashWithEmptyCodeTag) ... skipped 'Pygments==2.7.1 is required'
testDoubleEscape (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testDoubleEscape) ... skipped 'Pygments==2.7.1 is required'
testEntitiesIntact (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testEntitiesIntact) ... skipped 'Pygments==2.7.1 is required'
testFormatterLangStr (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testFormatterLangStr) ... skipped 'Pygments==2.7.1 is required'
testFormatterLangStrEmptyLang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testFormatterLangStrEmptyLang) ... skipped 'Pygments==2.7.1 is required'
testFormatterLangStrGuessLang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testFormatterLangStrGuessLang) ... skipped 'Pygments==2.7.1 is required'
testHighlightAmps (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testHighlightAmps) ... skipped 'Pygments==2.7.1 is required'
testHighlightLinesWithColon (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testHighlightLinesWithColon) ... skipped 'Pygments==2.7.1 is required'
testLangPrefix (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLangPrefix) ... skipped 'Pygments==2.7.1 is required'
testLangPrefixEmpty (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLangPrefixEmpty) ... skipped 'Pygments==2.7.1 is required'
testLinenumsFalse (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLinenumsFalse) ... skipped 'Pygments==2.7.1 is required'
testLinenumsNone (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLinenumsNone) ... skipped 'Pygments==2.7.1 is required'
testLinenumsNoneWithColon (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLinenumsNoneWithColon) ... skipped 'Pygments==2.7.1 is required'
testLinenumsNoneWithShebang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLinenumsNoneWithShebang) ... skipped 'Pygments==2.7.1 is required'
testLinenumsTrue (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testLinenumsTrue) ... skipped 'Pygments==2.7.1 is required'
testMultipleBlocksSameStyle (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testMultipleBlocksSameStyle) ... skipped 'Pygments==2.7.1 is required'
testUnknownOption (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testUnknownOption) ... skipped 'Pygments==2.7.1 is required'
testUsePygmentsFalse (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension.testUsePygmentsFalse) ... skipped 'Pygments==2.7.1 is required'
test_def_list_nested_admontions (tests.test_syntax.extensions.test_def_list.TestDefList.test_def_list_nested_admontions) ... ok
test_def_list_unreasonable_nesting (tests.test_syntax.extensions.test_def_list.TestDefList.test_def_list_unreasonable_nesting) ... ok
test_def_list_with_nesting (tests.test_syntax.extensions.test_def_list.TestDefList.test_def_list_with_nesting) ... ok
test_def_list_with_nesting_self (tests.test_syntax.extensions.test_def_list.TestDefList.test_def_list_with_nesting_self) ... ok
test_def_list_with_ol (tests.test_syntax.extensions.test_def_list.TestDefList.test_def_list_with_ol) ... ok
test_def_list_with_ul (tests.test_syntax.extensions.test_def_list.TestDefList.test_def_list_with_ul) ... ok
testBasicFence (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testBasicFence) ... ok
testFencedCodeCurlyInAttrs (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedCodeCurlyInAttrs) ... ok
testFencedCodeEscapedAttrs (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedCodeEscapedAttrs) ... ok
testFencedCodeMismatchedCurlyInAttrs (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedCodeMismatchedCurlyInAttrs) ... ok
testFencedIdAndLangAndClassInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedIdAndLangAndClassInAttr) ... ok
testFencedIdAndLangInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedIdAndLangInAttr) ... ok
testFencedIdInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedIdInAttr) ... ok
testFencedLanguageAltPrefix (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageAltPrefix) ... ok
testFencedLanguageIdAndPygmentsDisabledInAttrNoCodehilite (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageIdAndPygmentsDisabledInAttrNoCodehilite) ... ok
testFencedLanguageIdAndPygmentsEnabledInAttrNoCodehilite (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageIdAndPygmentsEnabledInAttrNoCodehilite) ... ok
testFencedLanguageInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageInAttr) ... ok
testFencedLanguageNoCodehiliteWithAttrList (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageNoCodehiliteWithAttrList) ... ok
testFencedLanguageNoDot (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageNoDot) ... ok
testFencedLanguageNoPrefix (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageNoPrefix) ... ok
testFencedLanguagePygmentsDisabledInAttrNoCodehiliteWithAttrList (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguagePygmentsDisabledInAttrNoCodehiliteWithAttrList) ... ok
testFencedLanguagePygmentsEnabledInAttrNoCodehiliteWithAttrList (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguagePygmentsEnabledInAttrNoCodehiliteWithAttrList) ... ok
testFencedLanguageWithDot (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedLanguageWithDot) ... ok
testFencedMultipleClassesInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedMultipleClassesInAttr) ... ok
testFencedTildes (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testFencedTildes) ... ok
testNestedFence (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.testNestedFence) ... ok
test_fenced_code_in_raw_html (tests.test_syntax.extensions.test_fenced_code.TestFencedCode.test_fenced_code_in_raw_html) ... ok
testCustomPygmentsFormatter (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testCustomPygmentsFormatter) ... skipped 'Pygments==2.7.1 is required'
testFencedAmps (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedAmps) ... skipped 'Pygments==2.7.1 is required'
testFencedCodeWithHighlightLines (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedCodeWithHighlightLines) ... skipped 'Pygments==2.7.1 is required'
testFencedCodeWithHighlightLinesInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedCodeWithHighlightLinesInAttr) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAndHighlightLines (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAndHighlightLines) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAndHighlightLinesInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAndHighlightLinesInAttr) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAndPygmentsDisabled (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAndPygmentsDisabled) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAttrCssclass (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAttrCssclass) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAttrGuesslang (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAttrGuesslang) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAttrLinenums (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAttrLinenums) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageAttrNoclasses (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageAttrNoclasses) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageDoubleEscape (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageDoubleEscape) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageIdAndPygmentsDisabledInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageIdAndPygmentsDisabledInAttr) ... skipped 'Pygments==2.7.1 is required'
testFencedLanguageIdInAttrAndPygmentsDisabled (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedLanguageIdInAttrAndPygmentsDisabled) ... skipped 'Pygments==2.7.1 is required'
testFencedMultipleBlocksSameStyle (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testFencedMultipleBlocksSameStyle) ... skipped 'Pygments==2.7.1 is required'
testInvalidCustomPygmentsFormatter (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testInvalidCustomPygmentsFormatter) ... skipped 'Pygments==2.7.1 is required'
testPygmentsAddLangClassFormatter (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testPygmentsAddLangClassFormatter) ... skipped 'Pygments==2.7.1 is required'
testSvgCustomPygmentsFormatter (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.testSvgCustomPygmentsFormatter) ... skipped 'Pygments==2.7.1 is required'
test_shebang (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite.test_shebang) ... skipped 'Pygments==2.7.1 is required'
test_backlink_text (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_backlink_text)
Test back-link configuration. ... ok
test_backlink_title (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_backlink_title)
Test back-link title configuration without placeholder. ... ok
test_basic_footnote (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_basic_footnote) ... ok
test_footnote_multi_line (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_footnote_multi_line) ... ok
test_footnote_multi_line_complex (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_footnote_multi_line_complex) ... ok
test_footnote_multi_line_lazy_indent (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_footnote_multi_line_lazy_indent) ... ok
test_footnote_multple_complex (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_footnote_multple_complex) ... ok
test_footnote_multple_complex_no_blank_line_between (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_footnote_multple_complex_no_blank_line_between) ... ok
test_footnote_separator (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_footnote_separator)
Test separator configuration. ... ok
test_multiple_footnotes (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_multiple_footnotes) ... ok
test_multiple_footnotes_multiline (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_multiple_footnotes_multiline) ... ok
test_superscript_text (tests.test_syntax.extensions.test_footnotes.TestFootnotes.test_superscript_text)
Test superscript text configuration. ... ok
testLegacyAttrs (tests.test_syntax.extensions.test_legacy_attrs.TestLegacyAtrributes.testLegacyAttrs) ... ok
test_complex_emphasis_underscore (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm.test_complex_emphasis_underscore) ... ok
test_complex_emphasis_underscore_mid_word (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm.test_complex_emphasis_underscore_mid_word) ... ok
test_complex_multple_underscore_type (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm.test_complex_multple_underscore_type) ... ok
test_complex_multple_underscore_type_variant2 (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm.test_complex_multple_underscore_type_variant2) ... ok
test_legacy_emphasis (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm.test_legacy_emphasis) ... ok
test_legacy_strong (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm.test_legacy_strong) ... ok
test_adjacent_raw_blocks (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_adjacent_raw_blocks) ... ok
test_adjacent_raw_blocks_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_adjacent_raw_blocks_with_blank_lines) ... ok
test_amperstand (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_amperstand) ... ok
test_auto_links_dont_break_parser (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_auto_links_dont_break_parser) ... ok
test_blank_lines_in_raw (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_blank_lines_in_raw) ... ok
test_bogus_comment (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_bogus_comment) ... ok
test_bogus_comment_endtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_bogus_comment_endtag) ... ok
test_charref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_charref) ... ok
test_closed_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_closed_startendtag) ... ok
test_closed_startendtag_with_attrs (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_closed_startendtag_with_attrs) ... ok
test_closed_startendtag_without_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_closed_startendtag_without_space) ... ok
test_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_code_span) ... ok
test_code_span_open_gt (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_code_span_open_gt) ... ok
test_comment_in_code_block (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_comment_in_code_block) ... ok
test_comment_in_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_comment_in_code_span) ... ok
test_entityref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_entityref) ... ok
test_hr_only_end (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_hr_only_end) ... ok
test_hr_only_start (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_hr_only_start) ... ok
test_hr_self_close (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_hr_self_close) ... ok
test_hr_start_and_end (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_hr_start_and_end) ... ok
test_hr_with_content (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_hr_with_content) ... ok
test_inline_script_tags (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_inline_script_tags) ... ok
test_multiline_markdown_with_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_multiline_markdown_with_code_span) ... ok
test_multiline_raw (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_multiline_raw) ... ok
test_multiple_raw_single_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_multiple_raw_single_line) ... ok
test_multiple_raw_single_line_with_pi (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_multiple_raw_single_line_with_pi) ... ok
test_nested_charref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_charref) ... ok
test_nested_closed_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_closed_startendtag) ... ok
test_nested_entityref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_entityref) ... ok
test_nested_indented_raw_block (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_indented_raw_block) ... ok
test_nested_inline_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_inline_one_line) ... ok
test_nested_raw_block (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_raw_block) ... ok
test_nested_raw_blocks (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_raw_blocks) ... ok
test_nested_raw_blocks_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_raw_blocks_with_blank_lines) ... ok
test_nested_raw_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_raw_one_line) ... ok
test_nested_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_nested_startendtag) ... ok
test_placeholder_in_source (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_placeholder_in_source) ... ok
test_raw_attributes (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_attributes) ... ok
test_raw_attributes_nested (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_attributes_nested) ... ok
test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag) ... ok
test_raw_cdata_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_cdata_code_span) ... ok
test_raw_cdata_indented (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_cdata_indented) ... ok
test_raw_cdata_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_cdata_one_line) ... ok
test_raw_cdata_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_cdata_one_line_followed_by_text) ... ok
test_raw_cdata_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_cdata_with_blank_lines) ... ok
test_raw_comment_indented (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_indented) ... ok
test_raw_comment_indented_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_indented_with_tag) ... ok
test_raw_comment_nested (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_nested) ... ok
test_raw_comment_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_one_line) ... ok
test_raw_comment_one_line_followed_by_html (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_one_line_followed_by_html) ... ok
test_raw_comment_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_one_line_followed_by_text) ... ok
test_raw_comment_one_line_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_one_line_with_tag) ... ok
test_raw_comment_trailing_whitespace (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_trailing_whitespace) ... ok
test_raw_comment_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_with_blank_lines) ... ok
test_raw_comment_with_blank_lines_first_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_with_blank_lines_first_line) ... ok
test_raw_comment_with_blank_lines_last_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_with_blank_lines_last_line) ... ok
test_raw_comment_with_blank_lines_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_comment_with_blank_lines_with_tag) ... ok
test_raw_declaration_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_declaration_code_span) ... ok
test_raw_declaration_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_declaration_one_line) ... ok
test_raw_declaration_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_declaration_one_line_followed_by_text) ... ok
test_raw_empty (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_empty) ... ok
test_raw_empty_blank_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_empty_blank_line) ... ok
test_raw_empty_newline (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_empty_newline) ... ok
test_raw_empty_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_empty_space) ... ok
test_raw_html5 (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_html5) ... ok
test_raw_indent_four_spaces (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_indent_four_spaces) ... ok
test_raw_indent_one_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_indent_one_space) ... ok
test_raw_indent_three_spaces (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_indent_three_spaces) ... ok
test_raw_indent_two_spaces (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_indent_two_spaces) ... ok
test_raw_missing_close_bracket (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_missing_close_bracket) ... FAIL
test_raw_multiline_cdata (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_cdata) ... ok
test_raw_multiline_comment (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_comment) ... ok
test_raw_multiline_comment_first_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_comment_first_line) ... ok
test_raw_multiline_comment_last_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_comment_last_line) ... ok
test_raw_multiline_comment_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_comment_with_tag) ... ok
test_raw_multiline_declaration (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_declaration) ... ok
test_raw_multiline_processing_instruction (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiline_processing_instruction) ... ok
test_raw_multiple_p_no_end_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_multiple_p_no_end_tag) ... ok
test_raw_nested_inline (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_nested_inline) ... ok
test_raw_nested_inline_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_nested_inline_with_blank_lines) ... ok
test_raw_nested_p_no_end_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_nested_p_no_end_tag) ... ok
test_raw_one_line_followed_by_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_one_line_followed_by_span) ... ok
test_raw_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_one_line_followed_by_text) ... ok
test_raw_open_bracket_followed_by_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_open_bracket_followed_by_space) ... ok
test_raw_open_bracket_only (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_open_bracket_only) ... ok
test_raw_p_no_end_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_p_no_end_tag) ... ok
test_raw_p_no_end_tag_followed_by_blank_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_p_no_end_tag_followed_by_blank_line) ... ok
test_raw_paragraph (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_paragraph) ... ok
test_raw_pre_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_pre_tag) ... ok
test_raw_pre_tag_nested_escaped_html (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_pre_tag_nested_escaped_html) ... ok
test_raw_processing_instruction_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_processing_instruction_code_span) ... ok
test_raw_processing_instruction_indented (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_processing_instruction_indented) ... ok
test_raw_processing_instruction_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_processing_instruction_one_line) ... ok
test_raw_processing_instruction_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_processing_instruction_one_line_followed_by_text) ... ok
test_raw_processing_instruction_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_processing_instruction_with_blank_lines) ... ok
test_raw_skip_inline_markdown (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_skip_inline_markdown) ... ok
test_raw_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_span) ... ok
test_raw_surrounded_by_Markdown (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_surrounded_by_Markdown) ... ok
test_raw_surrounded_by_text_without_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_surrounded_by_text_without_blank_lines) ... ok
test_raw_unclosed_tag_in_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_unclosed_tag_in_code_span) ... FAIL
test_raw_unclosed_tag_in_code_span_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_unclosed_tag_in_code_span_space) ... FAIL
test_raw_uppercase (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_uppercase) ... ok
test_raw_uppercase_multiline (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_uppercase_multiline) ... ok
test_raw_with_markdown_blocks (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_with_markdown_blocks) ... ok
test_script_tags (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_script_tags) ... ok
test_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_startendtag) ... ok
test_startendtag_with_attrs (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_startendtag_with_attrs) ... ok
test_startendtag_with_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_startendtag_with_space) ... ok
test_text_links_ignored (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_text_links_ignored) ... ok
test_unclosed_comment_ (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_unclosed_comment_) ... FAIL
test_unclosed_script_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_unclosed_script_tag) ... ok
test_complex_nested_case (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_complex_nested_case) ... ok
test_complex_nested_case_whitespace (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_complex_nested_case_whitespace) ... ok
test_empty_tags (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_empty_tags) ... ok
test_md1_PI_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_PI_blank_lines) ... ok
test_md1_PI_multiline (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_PI_multiline) ... ok
test_md1_PI_oneliner (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_PI_oneliner) ... ok
test_md1_code_span (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_code_span) ... ok
test_md1_code_span_oneline (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_code_span_oneline) ... ok
test_md1_code_span_script_tag (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_code_span_script_tag) ... ok
test_md1_code_span_unclosed (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_code_span_unclosed) ... ok
test_md1_deep_mix (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_deep_mix) ... ok
test_md1_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div) ... ok
test_md1_div_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div_blank_lines) ... ok
test_md1_div_linebreaks (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div_linebreaks) ... ok
test_md1_div_multi (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div_multi) ... ok
test_md1_div_multi_nest (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div_multi_nest) ... ok
test_md1_div_nested (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div_nested) ... ok
test_md1_div_raw_inline (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_div_raw_inline) ... ok
test_md1_hr_only_end (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_hr_only_end) ... ok
test_md1_hr_only_start (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_hr_only_start) ... ok
test_md1_hr_self_close (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_hr_self_close) ... ok
test_md1_hr_start_and_end (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_hr_start_and_end) ... ok
test_md1_hr_with_content (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_hr_with_content) ... ok
test_md1_in_tail (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_in_tail) ... ok
test_md1_intail_md1 (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_intail_md1) ... ok
test_md1_mix (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_mix) ... ok
test_md1_nested_abbr_ref (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_abbr_ref) ... ok
test_md1_nested_comment (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_comment) ... ok
test_md1_nested_empty (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_empty) ... ok
test_md1_nested_empty_block (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_empty_block) ... ok
test_md1_nested_footnote_ref (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_footnote_ref) ... ok
test_md1_nested_in_nomd (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_in_nomd) ... ok
test_md1_nested_link_ref (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_link_ref) ... ok
test_md1_nested_unclosed_p (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_nested_unclosed_p) ... ok
test_md1_no_blank_line_before (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_no_blank_line_before) ... ok
test_md1_no_line_break (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_no_line_break) ... ok
test_md1_no_quotes (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_no_quotes) ... ok
test_md1_orphan_endtag (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_orphan_endtag) ... ok
test_md1_p_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_p_blank_lines) ... ok
test_md1_p_linebreaks (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_p_linebreaks) ... ok
test_md1_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_paragraph) ... ok
test_md1_preserve_attrs (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_preserve_attrs) ... ok
test_md1_single_quotes (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_single_quotes) ... ok
test_md1_unclosed_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_unclosed_div) ... ok
test_md1_unclosed_p (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md1_unclosed_p) ... ok
test_md_block_after_span_nested_in_block (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_block_after_span_nested_in_block) ... ok
test_md_block_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_block_div) ... ok
test_md_block_nested_in_span (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_block_nested_in_span) ... ok
test_md_block_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_block_paragraph) ... ok
test_md_no_value (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_no_value) ... ok
test_md_span_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_span_div) ... ok
test_md_span_nested_in_block (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_span_nested_in_block) ... ok
test_md_span_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_md_span_paragraph) ... ok
test_no_md1_hr_with_content (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_no_md1_hr_with_content) ... ok
test_no_md1_nest (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_no_md1_nest) ... ok
test_no_md1_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_no_md1_paragraph) ... ok
test_nomd_nested_in_md1 (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_nomd_nested_in_md1) ... ok
test_orphan_end_tag_in_raw_html (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML.test_orphan_end_tag_in_raw_html) ... ok
test_stash_to_string (tests.test_syntax.extensions.test_md_in_html.TestMarkdownInHTMLPostProcessor.test_stash_to_string) ... ok
test_basic (tests.test_syntax.extensions.test_smarty.TestSmarty.test_basic) ... ok
test_code_blocks (tests.test_syntax.extensions.test_smarty.TestSmarty.test_code_blocks) ... ok
test_code_spans (tests.test_syntax.extensions.test_smarty.TestSmarty.test_code_spans) ... ok
test_escaped (tests.test_syntax.extensions.test_smarty.TestSmarty.test_escaped) ... ok
test_escaped_attr (tests.test_syntax.extensions.test_smarty.TestSmarty.test_escaped_attr) ... ok
test_horizontal_rule (tests.test_syntax.extensions.test_smarty.TestSmarty.test_horizontal_rule) ... ok
test_wrapping_line (tests.test_syntax.extensions.test_smarty.TestSmarty.test_wrapping_line) ... ok
test_years (tests.test_syntax.extensions.test_smarty.TestSmarty.test_years) ... ok
test_smarty_and_toc (tests.test_syntax.extensions.test_smarty.TestSmartyAndToc.test_smarty_and_toc) ... ok
test_angled_quotes (tests.test_syntax.extensions.test_smarty.TestSmartyAngledQuotes.test_angled_quotes) ... ok
test_custom_substitutions (tests.test_syntax.extensions.test_smarty.TestSmartyCustomSubstitutions.test_custom_substitutions) ... ok
test_align_columns (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_align_columns) ... ok
test_align_columns_legacy (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_align_columns_legacy) ... ok
test_align_three (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_align_three) ... ok
test_align_three_legacy (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_align_three_legacy) ... ok
test_both_sides (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_both_sides) ... ok
test_code_block_table (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_code_block_table) ... ok
test_empty_cells (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_empty_cells)
Empty cells (`nbsp`). ... ok
test_inline_code_blocks (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_inline_code_blocks) ... ok
test_issue_440 (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_issue_440) ... ok
test_issue_449 (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_issue_449) ... ok
test_lists_not_tables (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_lists_not_tables) ... ok
test_no_sides (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_no_sides) ... ok
test_single_column_tables (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_single_column_tables) ... ok
test_styles_in_tables (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_styles_in_tables) ... ok
test_three_columns (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_three_columns) ... ok
test_three_spaces_prefix (tests.test_syntax.extensions.test_tables.TestTableBlocks.test_three_spaces_prefix) ... ok
testAlternateTOCMarker (tests.test_syntax.extensions.test_toc.TestTOC.testAlternateTOCMarker) ... ok
testAnchorLink (tests.test_syntax.extensions.test_toc.TestTOC.testAnchorLink) ... ok
testAnchorLinkWithCustomClass (tests.test_syntax.extensions.test_toc.TestTOC.testAnchorLinkWithCustomClass) ... ok
testAnchorLinkWithCustomClasses (tests.test_syntax.extensions.test_toc.TestTOC.testAnchorLinkWithCustomClasses) ... ok
testAnchorLinkWithDoubleInlineCode (tests.test_syntax.extensions.test_toc.TestTOC.testAnchorLinkWithDoubleInlineCode) ... ok
testAnchorLinkWithSingleInlineCode (tests.test_syntax.extensions.test_toc.TestTOC.testAnchorLinkWithSingleInlineCode) ... ok
testAutoLinkEmail (tests.test_syntax.extensions.test_toc.TestTOC.testAutoLinkEmail) ... ok
testDisabledTOCMarker (tests.test_syntax.extensions.test_toc.TestTOC.testDisabledTOCMarker) ... ok
testHeaderInlineMarkup (tests.test_syntax.extensions.test_toc.TestTOC.testHeaderInlineMarkup) ... ok
testHeadingRemoveFootnoteRef (tests.test_syntax.extensions.test_toc.TestTOC.testHeadingRemoveFootnoteRef) ... ok
testHtmlEntitiesInTOC (tests.test_syntax.extensions.test_toc.TestTOC.testHtmlEntitiesInTOC) ... ok
testHtmlSpecialCharsInTOC (tests.test_syntax.extensions.test_toc.TestTOC.testHtmlSpecialCharsInTOC) ... ok
testMaxLevel (tests.test_syntax.extensions.test_toc.TestTOC.testMaxLevel) ... ok
testMaxLevelwithBaseLevel (tests.test_syntax.extensions.test_toc.TestTOC.testMaxLevelwithBaseLevel) ... ok
testMinMaxLevel (tests.test_syntax.extensions.test_toc.TestTOC.testMinMaxLevel) ... ok
testMinMaxLevelwithAnchorLink (tests.test_syntax.extensions.test_toc.TestTOC.testMinMaxLevelwithAnchorLink) ... ok
testMinMaxLevelwithBaseLevel (tests.test_syntax.extensions.test_toc.TestTOC.testMinMaxLevelwithBaseLevel) ... ok
testMinMaxLevelwithPermalink (tests.test_syntax.extensions.test_toc.TestTOC.testMinMaxLevelwithPermalink) ... ok
testNl2brCompatibility (tests.test_syntax.extensions.test_toc.TestTOC.testNl2brCompatibility) ... ok
testNoTOCMarker (tests.test_syntax.extensions.test_toc.TestTOC.testNoTOCMarker) ... ok
testPermalink (tests.test_syntax.extensions.test_toc.TestTOC.testPermalink) ... ok
testPermalinkWithCustomClass (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithCustomClass) ... ok
testPermalinkWithCustomClasses (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithCustomClasses) ... ok
testPermalinkWithCustomTitle (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithCustomTitle) ... ok
testPermalinkWithDoubleInlineCode (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithDoubleInlineCode) ... ok
testPermalinkWithEmptyText (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithEmptyText) ... ok
testPermalinkWithEmptyTitle (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithEmptyTitle) ... ok
testPermalinkWithExtendedLatinInID (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithExtendedLatinInID) ... ok
testPermalinkWithSingleInlineCode (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithSingleInlineCode) ... ok
testPermalinkWithUnicodeInID (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithUnicodeInID) ... ok
testPermalinkWithUnicodeTitle (tests.test_syntax.extensions.test_toc.TestTOC.testPermalinkWithUnicodeTitle) ... ok
testRawHtmlInTOC (tests.test_syntax.extensions.test_toc.TestTOC.testRawHtmlInTOC) ... ok
testTOCBaseLevel (tests.test_syntax.extensions.test_toc.TestTOC.testTOCBaseLevel) ... ok
testTOCInlineMarkupPermalink (tests.test_syntax.extensions.test_toc.TestTOC.testTOCInlineMarkupPermalink) ... ok
testTOCInlineMarkupPermalinkLeading (tests.test_syntax.extensions.test_toc.TestTOC.testTOCInlineMarkupPermalinkLeading) ... ok
testTOCMarker (tests.test_syntax.extensions.test_toc.TestTOC.testTOCMarker) ... ok
testTOCPermalink (tests.test_syntax.extensions.test_toc.TestTOC.testTOCPermalink) ... ok
testTOCPermalinkLeading (tests.test_syntax.extensions.test_toc.TestTOC.testTOCPermalinkLeading) ... ok
testTOCReset (tests.test_syntax.extensions.test_toc.TestTOC.testTOCReset) ... ok
testTOCTitle (tests.test_syntax.extensions.test_toc.TestTOC.testTOCTitle) ... ok
testTOCUniqueFunc (tests.test_syntax.extensions.test_toc.TestTOC.testTOCUniqueFunc) ... ok
testTOCWithCustomClass (tests.test_syntax.extensions.test_toc.TestTOC.testTOCWithCustomClass) ... ok
testTOCWithCustomClasses (tests.test_syntax.extensions.test_toc.TestTOC.testTOCWithCustomClasses) ... ok
testTOCWithCustomTitleClass (tests.test_syntax.extensions.test_toc.TestTOC.testTOCWithCustomTitleClass) ... ok
testTOCWithEmptyTitleClass (tests.test_syntax.extensions.test_toc.TestTOC.testTOCWithEmptyTitleClass) ... ok
testTocInHeaders (tests.test_syntax.extensions.test_toc.TestTOC.testTocInHeaders) ... ok
testTocWithAttrList (tests.test_syntax.extensions.test_toc.TestTOC.testTocWithAttrList) ... ok
testUniqueIds (tests.test_syntax.extensions.test_toc.TestTOC.testUniqueIds) ... ok
test_escaped_char_in_id (tests.test_syntax.extensions.test_toc.TestTOC.test_escaped_char_in_id) ... ok
test_escaped_code (tests.test_syntax.extensions.test_toc.TestTOC.test_escaped_code) ... ok
testDontStripCloseBracket (tests.test_syntax.extensions.test_toc.testStripTags.testDontStripCloseBracket) ... ok
testDontStripHTMLEntities (tests.test_syntax.extensions.test_toc.testStripTags.testDontStripHTMLEntities) ... ok
testDontStripOpenBracket (tests.test_syntax.extensions.test_toc.testStripTags.testDontStripOpenBracket) ... ok
testStripCollapseWhitespace (tests.test_syntax.extensions.test_toc.testStripTags.testStripCollapseWhitespace) ... ok
testStripComment (tests.test_syntax.extensions.test_toc.testStripTags.testStripComment) ... ok
testStripCommentInElement (tests.test_syntax.extensions.test_toc.testStripTags.testStripCommentInElement) ... ok
testStripCommentWithInnerTags (tests.test_syntax.extensions.test_toc.testStripTags.testStripCommentWithInnerTags) ... ok
testStripElement (tests.test_syntax.extensions.test_toc.testStripTags.testStripElement) ... ok
testStripElementWithNewlines (tests.test_syntax.extensions.test_toc.testStripTags.testStripElementWithNewlines) ... ok
testStripEmptyElement (tests.test_syntax.extensions.test_toc.testStripTags.testStripEmptyElement) ... ok
testStripOpenElement (tests.test_syntax.extensions.test_toc.testStripTags.testStripOpenElement) ... ok
test_email_address (tests.test_syntax.inline.test_autolinks.TestAutomaticLinks.test_email_address) ... ok
test_email_address_with_ampersand (tests.test_syntax.inline.test_autolinks.TestAutomaticLinks.test_email_address_with_ampersand) ... ok
test_invalid_email_address_domain (tests.test_syntax.inline.test_autolinks.TestAutomaticLinks.test_invalid_email_address_domain) ... ok
test_invalid_email_address_local_part (tests.test_syntax.inline.test_autolinks.TestAutomaticLinks.test_invalid_email_address_local_part) ... ok
test_mailto_email_address (tests.test_syntax.inline.test_autolinks.TestAutomaticLinks.test_mailto_email_address) ... ok
test_complex_emphasis_asterisk (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_complex_emphasis_asterisk) ... ok
test_complex_emphasis_asterisk_mid_word (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_complex_emphasis_asterisk_mid_word) ... ok
test_complex_emphasis_smart_underscore (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_complex_emphasis_smart_underscore) ... ok
test_complex_emphasis_smart_underscore_mid_word (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_complex_emphasis_smart_underscore_mid_word) ... ok
test_complex_multple_emphasis_type (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_complex_multple_emphasis_type) ... ok
test_complex_multple_emphasis_type_variant2 (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_complex_multple_emphasis_type_variant2) ... ok
test_nested_emphasis (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_nested_emphasis) ... ok
test_standalone_asterisk (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisk) ... ok
test_standalone_asterisk_at_end (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisk_at_end) ... ok
test_standalone_asterisk_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisk_in_text) ... ok
test_standalone_asterisks_consecutive (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisks_consecutive) ... ok
test_standalone_asterisks_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisks_in_text) ... ok
test_standalone_asterisks_pairs (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisks_pairs) ... ok
test_standalone_asterisks_triples (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisks_triples) ... ok
test_standalone_asterisks_with_newlines (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_asterisks_with_newlines) ... ok
test_standalone_underscore_at_begin (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_underscore_at_begin) ... ok
test_standalone_understore (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understore) ... ok
test_standalone_understore_consecutive (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understore_consecutive) ... ok
test_standalone_understore_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understore_in_text) ... ok
test_standalone_understore_pairs (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understore_pairs) ... ok
test_standalone_understore_triples (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understore_triples) ... ok
test_standalone_understores_at_begin_end (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understores_at_begin_end) ... ok
test_standalone_understores_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understores_in_text) ... ok
test_standalone_understores_with_newlines (tests.test_syntax.inline.test_emphasis.TestNotEmphasis.test_standalone_understores_with_newlines) ... ok
test_decimal_entities (tests.test_syntax.inline.test_entities.TestEntities.test_decimal_entities) ... ok
test_false_entities (tests.test_syntax.inline.test_entities.TestEntities.test_false_entities) ... ok
test_hexadecimal_entities (tests.test_syntax.inline.test_entities.TestEntities.test_hexadecimal_entities) ... ok
test_named_entities (tests.test_syntax.inline.test_entities.TestEntities.test_named_entities) ... ok
test_angle_with_mixed_title_quotes (tests.test_syntax.inline.test_images.TestAdvancedImages.test_angle_with_mixed_title_quotes) ... ok
test_misc (tests.test_syntax.inline.test_images.TestAdvancedImages.test_misc) ... ok
test_misc_blank (tests.test_syntax.inline.test_images.TestAdvancedImages.test_misc_blank) ... ok
test_misc_img (tests.test_syntax.inline.test_images.TestAdvancedImages.test_misc_img) ... ok
test_misc_img_title (tests.test_syntax.inline.test_images.TestAdvancedImages.test_misc_img_title) ... ok
test_misc_ref (tests.test_syntax.inline.test_images.TestAdvancedImages.test_misc_ref) ... ok
test_mixed_title_quotes1 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_mixed_title_quotes1) ... ok
test_mixed_title_quotes2 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_mixed_title_quotes2) ... ok
test_mixed_title_quotes3 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_mixed_title_quotes3) ... ok
test_mixed_title_quotes4 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_mixed_title_quotes4) ... ok
test_mixed_title_quotes5 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_mixed_title_quotes5) ... ok
test_mixed_title_quotes6 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_mixed_title_quotes6) ... ok
test_nested_round_brackets (tests.test_syntax.inline.test_images.TestAdvancedImages.test_nested_round_brackets) ... ok
test_nested_square_brackets (tests.test_syntax.inline.test_images.TestAdvancedImages.test_nested_square_brackets) ... ok
test_short_ref (tests.test_syntax.inline.test_images.TestAdvancedImages.test_short_ref) ... ok
test_short_ref_in_link (tests.test_syntax.inline.test_images.TestAdvancedImages.test_short_ref_in_link) ... ok
test_single_quote (tests.test_syntax.inline.test_images.TestAdvancedImages.test_single_quote) ... ok
test_uneven_brackets_with_titles1 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_uneven_brackets_with_titles1) ... ok
test_uneven_brackets_with_titles2 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_uneven_brackets_with_titles2) ... ok
test_uneven_brackets_with_titles3 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_uneven_brackets_with_titles3) ... ok
test_uneven_brackets_with_titles4 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_uneven_brackets_with_titles4) ... ok
test_uneven_brackets_with_titles5 (tests.test_syntax.inline.test_images.TestAdvancedImages.test_uneven_brackets_with_titles5) ... ok
test_amp_in_url (tests.test_syntax.inline.test_links.TestInlineLinks.test_amp_in_url)
Test amp in URLs. ... ok
test_angle_with_mixed_title_quotes (tests.test_syntax.inline.test_links.TestInlineLinks.test_angle_with_mixed_title_quotes) ... ok
test_mixed_title_quotes1 (tests.test_syntax.inline.test_links.TestInlineLinks.test_mixed_title_quotes1) ... ok
test_mixed_title_quotes2 (tests.test_syntax.inline.test_links.TestInlineLinks.test_mixed_title_quotes2) ... ok
test_mixed_title_quotes3 (tests.test_syntax.inline.test_links.TestInlineLinks.test_mixed_title_quotes3) ... ok
test_mixed_title_quotes4 (tests.test_syntax.inline.test_links.TestInlineLinks.test_mixed_title_quotes4) ... ok
test_mixed_title_quotes5 (tests.test_syntax.inline.test_links.TestInlineLinks.test_mixed_title_quotes5) ... ok
test_mixed_title_quotes6 (tests.test_syntax.inline.test_links.TestInlineLinks.test_mixed_title_quotes6) ... ok
test_nested_round_brackets (tests.test_syntax.inline.test_links.TestInlineLinks.test_nested_round_brackets) ... ok
test_nested_square_brackets (tests.test_syntax.inline.test_links.TestInlineLinks.test_nested_square_brackets) ... ok
test_single_quote (tests.test_syntax.inline.test_links.TestInlineLinks.test_single_quote) ... ok
test_uneven_brackets_with_titles1 (tests.test_syntax.inline.test_links.TestInlineLinks.test_uneven_brackets_with_titles1) ... ok
test_uneven_brackets_with_titles2 (tests.test_syntax.inline.test_links.TestInlineLinks.test_uneven_brackets_with_titles2) ... ok
test_uneven_brackets_with_titles3 (tests.test_syntax.inline.test_links.TestInlineLinks.test_uneven_brackets_with_titles3) ... ok
test_uneven_brackets_with_titles4 (tests.test_syntax.inline.test_links.TestInlineLinks.test_uneven_brackets_with_titles4) ... ok
test_uneven_brackets_with_titles5 (tests.test_syntax.inline.test_links.TestInlineLinks.test_uneven_brackets_with_titles5) ... ok
test_ref_link (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link) ... ok
test_ref_link_angle_brackets (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_angle_brackets) ... ok
test_ref_link_angle_brackets_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_angle_brackets_no_space) ... ok
test_ref_link_angle_brackets_title (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_angle_brackets_title) ... ok
test_ref_link_angle_brackets_title_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_angle_brackets_title_no_space) ... ok
test_ref_link_multi_line (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_multi_line) ... ok
test_ref_link_nested_left_bracket (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_nested_left_bracket) ... ok
test_ref_link_nested_right_bracket (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_nested_right_bracket) ... ok
test_ref_link_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_no_space) ... ok
test_ref_link_override (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_override) ... ok
test_ref_link_single_quoted_title (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_single_quoted_title) ... ok
test_ref_link_single_quoted_title_nested_quote (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_single_quoted_title_nested_quote) ... ok
test_ref_link_title (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_title) ... ok
test_ref_link_title_nested_quote (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_title_nested_quote) ... ok
test_ref_link_title_no_blank_lines (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_title_no_blank_lines) ... ok
test_ref_link_title_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks.test_ref_link_title_no_space) ... ok
test_reference_across_blocks (tests.test_syntax.inline.test_links.TestReferenceLinks.test_reference_across_blocks)
Test references across blocks. ... ok
test_reference_newlines (tests.test_syntax.inline.test_links.TestReferenceLinks.test_reference_newlines)
Test reference id whitespace cleanup. ... ok
test_inline_html_angle_brackets (tests.test_syntax.inline.test_raw_html.TestRawHtml.test_inline_html_angle_brackets) ... ok
test_inline_html_backslashes (tests.test_syntax.inline.test_raw_html.TestRawHtml.test_inline_html_backslashes) ... ok
======================================================================
FAIL: test_raw_missing_close_bracket (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_missing_close_bracket)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build/tests/test_syntax/blocks/test_html_blocks.py", line 662, in test_raw_missing_close_bracket
self.assertMarkdownRenders(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
'
<foo
' +<foo
====================================================================== FAIL: test_raw_unclosed_tag_in_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks.test_raw_unclosed_tag_in_code_span) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build/tests/test_syntax/blocks/test_html_blocks.py", line 668, in test_raw_unclosed_tag_in_code_span self.assertMarkdownRenders( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ self.dedent( ^^^^^^^^^^^^ ...<15 lines>... ) ^ ) ^ File "/build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build/markdown/test_tools.py", line 77, in assertMarkdownRenders self.assertMultiLineEqual(output, expected) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ AssertionError: '<div
.
<div
.
<div
.
<div
.
<div
.
<div
.
<!-- unclosed comment
\nnot a comment
' - ====================================================================== FAIL: test_raw_missing_close_bracket (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_missing_close_bracket) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build/tests/test_syntax/blocks/test_html_blocks.py", line 662, in test_raw_missing_close_bracket self.assertMarkdownRenders( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ '<foo
' +<foo
====================================================================== FAIL: test_raw_unclosed_tag_in_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML.test_raw_unclosed_tag_in_code_span) ---------------------------------------------------------------------- Traceback (most recent call last): File "/build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build/tests/test_syntax/blocks/test_html_blocks.py", line 668, in test_raw_unclosed_tag_in_code_span self.assertMarkdownRenders( ~~~~~~~~~~~~~~~~~~~~~~~~~~^ self.dedent( ^^^^^^^^^^^^ ...<15 lines>... ) ^ ) ^ File "/build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build/markdown/test_tools.py", line 77, in assertMarkdownRenders self.assertMultiLineEqual(output, expected) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^ AssertionError: '<div
.
<div
.
<div
.
<div
.
<div
.
<div
.
<!-- unclosed comment
\nnot a comment
' - ---------------------------------------------------------------------- Ran 970 tests in 0.869s FAILED (failures=8, skipped=64) E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=1: cd /build/reproducible-path/python-markdown-3.7/.pybuild/cpython3_3.13_markdown/build; python3.13 -m unittest discover -v dh_auto_test: error: pybuild --test -i python{version} -p 3.13 returned exit code 13 make: *** [debian/rules:8: binary] Error 25 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 I: copying local configuration E: Failed autobuilding of package I: unmounting dev/ptmx filesystem I: unmounting dev/pts filesystem I: unmounting dev/shm filesystem I: unmounting proc filesystem I: unmounting sys filesystem I: cleaning the build env I: removing directory /srv/workspace/pbuilder/3823459 and its subdirectories Mon Aug 25 11:07:28 UTC 2025 W: No second build log, what happened?