>>> py3-markdown: Building main/py3-markdown 3.3.3-r1 (using abuild 3.7.0_rc1-r0) started Wed, 25 Nov 2020 11:16:17 +0000 >>> py3-markdown: Checking sanity of /home/buildozer/aports/main/py3-markdown/APKBUILD... >>> py3-markdown: Analyzing dependencies... >>> py3-markdown: Installing for build: build-base python3 py3-setuptools py3-coverage py3-yaml (1/17) Installing libbz2 (1.0.8-r1) (2/17) Installing libffi (3.3-r2) (3/17) Installing gdbm (1.18.1-r0) (4/17) Installing xz-libs (5.2.5-r0) (5/17) Installing readline (8.0.4-r0) (6/17) Installing sqlite-libs (3.33.0-r0) (7/17) Installing python3 (3.8.6-r0) (8/17) Installing py3-ordered-set (4.0.2-r0) (9/17) Installing py3-appdirs (1.4.4-r1) (10/17) Installing py3-parsing (2.4.7-r1) (11/17) Installing py3-six (1.15.0-r0) (12/17) Installing py3-packaging (20.4-r0) (13/17) Installing py3-setuptools (50.3.2-r0) (14/17) Installing py3-coverage (5.3-r0) (15/17) Installing yaml (0.2.5-r0) (16/17) Installing py3-yaml (5.3.1-r1) (17/17) Installing .makedepends-py3-markdown (20201125.111618) Executing busybox-1.32.0-r3.trigger OK: 361 MiB in 104 packages >>> py3-markdown: Cleaning up srcdir >>> py3-markdown: Cleaning up pkgdir >>> py3-markdown: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/Markdown-3.3.3.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 312k 100 312k 0 0 3319k 0 --:--:-- --:--:-- --:--:-- 3319k >>> py3-markdown: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/Markdown-3.3.3.tar.gz >>> py3-markdown: Checking sha512sums... Markdown-3.3.3.tar.gz: OK >>> py3-markdown: Unpacking /var/cache/distfiles/v3.13/Markdown-3.3.3.tar.gz... running build running build_py creating build creating build/lib creating build/lib/markdown copying markdown/test_tools.py -> build/lib/markdown copying markdown/blockprocessors.py -> build/lib/markdown copying markdown/inlinepatterns.py -> build/lib/markdown copying markdown/blockparser.py -> build/lib/markdown copying markdown/util.py -> build/lib/markdown copying markdown/postprocessors.py -> build/lib/markdown copying markdown/__init__.py -> build/lib/markdown copying markdown/pep562.py -> build/lib/markdown copying markdown/__main__.py -> build/lib/markdown copying markdown/core.py -> build/lib/markdown copying markdown/__meta__.py -> build/lib/markdown copying markdown/treeprocessors.py -> build/lib/markdown copying markdown/preprocessors.py -> build/lib/markdown copying markdown/serializers.py -> build/lib/markdown copying markdown/htmlparser.py -> build/lib/markdown creating build/lib/markdown/extensions copying markdown/extensions/codehilite.py -> build/lib/markdown/extensions copying markdown/extensions/legacy_em.py -> build/lib/markdown/extensions copying markdown/extensions/attr_list.py -> build/lib/markdown/extensions copying markdown/extensions/smarty.py -> build/lib/markdown/extensions copying markdown/extensions/sane_lists.py -> build/lib/markdown/extensions copying markdown/extensions/toc.py -> build/lib/markdown/extensions copying markdown/extensions/admonition.py -> build/lib/markdown/extensions copying markdown/extensions/md_in_html.py -> build/lib/markdown/extensions copying markdown/extensions/fenced_code.py -> build/lib/markdown/extensions copying markdown/extensions/__init__.py -> build/lib/markdown/extensions copying markdown/extensions/footnotes.py -> build/lib/markdown/extensions copying markdown/extensions/extra.py -> build/lib/markdown/extensions copying markdown/extensions/wikilinks.py -> build/lib/markdown/extensions copying markdown/extensions/legacy_attrs.py -> build/lib/markdown/extensions copying markdown/extensions/def_list.py -> build/lib/markdown/extensions copying markdown/extensions/nl2br.py -> build/lib/markdown/extensions copying markdown/extensions/abbr.py -> build/lib/markdown/extensions copying markdown/extensions/meta.py -> build/lib/markdown/extensions copying markdown/extensions/tables.py -> build/lib/markdown/extensions running test WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox. running egg_info writing Markdown.egg-info/PKG-INFO writing dependency_links to Markdown.egg-info/dependency_links.txt writing entry points to Markdown.egg-info/entry_points.txt writing requirements to Markdown.egg-info/requires.txt writing top-level names to Markdown.egg-info/top_level.txt reading manifest file 'Markdown.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'MANIFEST' writing manifest file 'Markdown.egg-info/SOURCES.txt' running build_ext testNestedAbbr (tests.test_extensions.TestAbbr) Test Nested Abbreviations. ... ok testSimpleAbbr (tests.test_extensions.TestAbbr) Test Abbreviations. ... ok testRE (tests.test_extensions.TestAdmonition) ... ok testConfigAsKwargsOnInit (tests.test_extensions.TestExtensionClass) ... ok testGetConfig (tests.test_extensions.TestExtensionClass) ... ok testGetConfigDefault (tests.test_extensions.TestExtensionClass) ... ok testGetConfigInfo (tests.test_extensions.TestExtensionClass) ... ok testGetConfigs (tests.test_extensions.TestExtensionClass) ... ok testSetConfig (tests.test_extensions.TestExtensionClass) ... ok testSetConfigWithBadKey (tests.test_extensions.TestExtensionClass) ... ok testBasicMetaData (tests.test_extensions.TestMetaData) Test basic metadata. ... ok testMetaDataReset (tests.test_extensions.TestMetaData) Test that reset call remove Meta entirely ... ok testMetaDataWithoutNewline (tests.test_extensions.TestMetaData) Test doocument with only metadata and no newline at end. ... ok testMissingMetaData (tests.test_extensions.TestMetaData) Test document without Meta Data. ... ok testYamlMetaData (tests.test_extensions.TestMetaData) Test metadata specified as simple YAML. ... ok testCustomSubstitutions (tests.test_extensions.TestSmarty) ... ok testAlternateMarker (tests.test_extensions.TestTOC) Test TOC with user defined marker. ... ok testAnchorLink (tests.test_extensions.TestTOC) Test TOC Anchorlink. ... ok testAnchorLinkWithDoubleInlineCode (tests.test_extensions.TestTOC) Test TOC Anchorlink with double inline code. ... ok testAnchorLinkWithSingleInlineCode (tests.test_extensions.TestTOC) Test TOC Anchorlink with single inline code. ... ok testBaseLevel (tests.test_extensions.TestTOC) Test Header Base Level. ... ok testDisabledMarker (tests.test_extensions.TestTOC) Test TOC with disabled marker. ... ok testHeaderInlineMarkup (tests.test_extensions.TestTOC) Test Headers with inline markup. ... ok testHtmlEntities (tests.test_extensions.TestTOC) Test Headers with HTML Entities. ... ok testHtmlSpecialChars (tests.test_extensions.TestTOC) Test Headers with HTML special characters. ... ok testMarker (tests.test_extensions.TestTOC) Test TOC with a Marker. ... ok testMaxLevel (tests.test_extensions.TestTOC) Test toc_depth setting ... ok testMaxLevelwithBaseLevel (tests.test_extensions.TestTOC) Test toc_depth setting together with baselevel ... ok testMinMaxLevel (tests.test_extensions.TestTOC) Test toc_height setting ... ok testMinMaxLevelwithBaseLevel (tests.test_extensions.TestTOC) Test toc_height setting together with baselevel ... ok testNoMarker (tests.test_extensions.TestTOC) Test TOC without a Marker. ... ok testPermalink (tests.test_extensions.TestTOC) Test TOC Permalink. ... ok testPermalinkWithDoubleInlineCode (tests.test_extensions.TestTOC) Test TOC Permalink with double inline code. ... ok testPermalinkWithSingleInlineCode (tests.test_extensions.TestTOC) Test TOC Permalink with single inline code. ... ok testRawHtml (tests.test_extensions.TestTOC) Test Headers with raw HTML. ... ok testReset (tests.test_extensions.TestTOC) Test TOC Reset. ... ok testTitle (tests.test_extensions.TestTOC) Test TOC Title. ... ok testTocInHeaders (tests.test_extensions.TestTOC) ... ok testUniqueFunc (tests.test_extensions.TestTOC) Test 'unique' function. ... ok testUniqueIds (tests.test_extensions.TestTOC) Test Unique IDs. ... ok testWithAttrList (tests.test_extensions.TestTOC) Test TOC with attr_list Extension. ... ok testBasicWikilinks (tests.test_extensions.TestWikiLinks) Test [[wikilinks]]. ... ok testComplexSettings (tests.test_extensions.TestWikiLinks) Test Complex Settings. ... ok testSimpleSettings (tests.test_extensions.TestWikiLinks) Test Simple Settings. ... ok testURLCallback (tests.test_extensions.TestWikiLinks) Test used of a custom URL builder. ... ok testWikilinkWhitespace (tests.test_extensions.TestWikiLinks) Test whitespace in wikilinks. ... ok testWikilinksMetaData (tests.test_extensions.TestWikiLinks) test MetaData with Wikilinks Extension. ... ok test__version__IsValid (tests.test_meta.TestVersion) Test that __version__ is valid and normalized. ... ok test_get_version (tests.test_meta.TestVersion) Test that _get_version formats __version_info__ as required by PEP 440. ... ok test_nesting_limit (tests.test_syntax.blocks.test_blockquotes.TestBlockquoteBlocks) ... ok test_codeblock_escape (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_codeblock_with_blankline (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_multiline_codeblock (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_spaced_codeblock (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_tabbed_codeblock (tests.test_syntax.blocks.test_code_blocks.TestCodeBlocks) ... ok test_escaped_hash (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_gt6_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h1_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h2_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h3_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h4_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h5_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed_mismatch (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_closed_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_followed_by_p (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_leading_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_open (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_open_missing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_hash_h6_open_trailing_space (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_no_blank_lines_between_hashs (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_p_followed_by_hash (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_random_hash_levels (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_unescaped_hash (tests.test_syntax.blocks.test_headers.TestHashHeaders) ... ok test_p_followed_by_setext_h1 (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... skipped 'This is broken in Python-Markdown' test_p_followed_by_setext_h2 (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... skipped 'This is broken in Python-Markdown' test_setext_h1 (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h1_followed_by_p (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h1_mismatched_length (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h2 (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h2_followed_by_p (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_setext_h2_mismatched_length (tests.test_syntax.blocks.test_headers.TestSetextHeaders) ... ok test_adjacent_raw_blocks (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_adjacent_raw_blocks_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_amperstand (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_auto_links_dont_break_parser (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_blank_lines_in_raw (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_bogus_comment (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_charref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_closed_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_closed_startendtag_with_attrs (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_closed_startendtag_without_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_code_span_open_gt (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_comment_in_code_block (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_comment_in_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_entityref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_only_end (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_only_start (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_self_close (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_start_and_end (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_hr_with_content (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_inline_script_tags (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiline_markdown_with_code_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiline_raw (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiple_raw_single_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_multiple_raw_single_line_with_pi (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_charref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_closed_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_entityref (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_indented_raw_block (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_inline_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_block (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_blocks (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_blocks_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_raw_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_nested_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_attributes (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_attributes_nested (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_indented (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_cdata_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_indented (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_indented_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_nested (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line_followed_by_html (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_one_line_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_trailing_whitespace (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines_first_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines_last_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_comment_with_blank_lines_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_declaration_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_declaration_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty_blank_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty_newline (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_empty_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_html5 (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_four_spaces (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_one_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_three_spaces (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_indent_two_spaces (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_missing_close_bracket (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_cdata (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment_first_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment_last_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_comment_with_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_declaration (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiline_processing_instruction (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_multiple_p_no_end_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_nested_inline (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_nested_inline_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_nested_p_no_end_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_one_line_followed_by_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_open_bracket_followed_by_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_open_bracket_only (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_p_no_end_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_p_no_end_tag_followed_by_blank_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_paragraph (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_pre_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_pre_tag_nested_escaped_html (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_indented (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_one_line (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_one_line_followed_by_text (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_processing_instruction_with_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_skip_inline_markdown (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_span (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_surrounded_by_Markdown (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_surrounded_by_text_without_blank_lines (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_uppercase (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_uppercase_multiline (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_raw_with_markdown_blocks (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_script_tags (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_startendtag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_startendtag_with_attrs (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_startendtag_with_space (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_text_links_ignored (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_unclosed_comment_ (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_unclosed_script_tag (tests.test_syntax.blocks.test_html_blocks.TestHTMLBlocks) ... ok test_2_paragraphs_long_line (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_blank_line_before_paragraph (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_multiline_paragraphs (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_paragraphs (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_paragraphs_space (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_consecutive_paragraphs_tab (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_multiline_paragraph (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_2_leading_spaces (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_3_leading_spaces (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_leading_space (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_long_line (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_trailing_leading_space (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraph_trailing_tab (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraphs_CR (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraphs_CR_LF (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_paragraphs_LF (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_simple_paragraph (tests.test_syntax.blocks.test_paragraphs.TestParagraphBlocks) ... ok test_2_consecutive_hr (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_after_emstrong (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_after_paragraph (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_spaces_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_asterisks_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_before_paragraph (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_spaces_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_hyphens_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_1_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_2_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_3_indent (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_long (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_spaces_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_hr_underscores_trailing_space (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_asterisks (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_asterisks_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_hyphens (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_hyphens_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_underscores (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_2_underscores_spaces (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_not_hr_end_in_char (tests.test_syntax.blocks.test_hr.TestHorizontalRules) ... ok test_complex_emphasis_asterisk (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_emphasis_asterisk_mid_word (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_emphasis_smart_underscore (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_emphasis_smart_underscore_mid_word (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_multple_emphasis_type (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_complex_multple_emphasis_type_variant2 (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_nested_emphasis (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisk (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisk_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_at_end (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_asterisks_with_newlines (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understore_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understores_at_begin_end (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understores_in_text (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_standalone_understores_with_newlines (tests.test_syntax.inline.test_emphasis.TestNotEmphasis) ... ok test_inline_html_angle_brackets (tests.test_syntax.inline.test_raw_html.TestRawHtml) ... ok test_angle_with_mixed_title_quotes (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_blank (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_img (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_img_title (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_misc_ref (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes1 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes2 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes3 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes4 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes5 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_mixed_title_quotes6 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_nested_round_brackets (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_nested_square_brackets (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_short_ref (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_short_ref_in_link (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_single_quote (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles1 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles2 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles3 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles4 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_uneven_brackets_with_titles5 (tests.test_syntax.inline.test_images.TestAdvancedImages) ... ok test_decimal_entities (tests.test_syntax.inline.test_entities.TestEntities) ... ok test_false_entities (tests.test_syntax.inline.test_entities.TestEntities) ... ok test_hexadecimal_entities (tests.test_syntax.inline.test_entities.TestEntities) ... ok test_named_entities (tests.test_syntax.inline.test_entities.TestEntities) ... ok test_amp_in_url (tests.test_syntax.inline.test_links.TestInlineLinks) Test amp in URLs. ... ok test_angle_with_mixed_title_quotes (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes1 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes2 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes3 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes4 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes5 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_mixed_title_quotes6 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_nested_round_brackets (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_nested_square_brackets (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_single_quote (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles1 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles2 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles3 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles4 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_uneven_brackets_with_titles5 (tests.test_syntax.inline.test_links.TestInlineLinks) ... ok test_ref_link (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets_title (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_angle_brackets_title_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_multi_line (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_override (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_single_quoted_title (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_single_quoted_title_nested_quote (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title_nested_quote (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title_no_blank_lines (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_ref_link_title_no_space (tests.test_syntax.inline.test_links.TestReferenceLinks) ... ok test_reference_across_blocks (tests.test_syntax.inline.test_links.TestReferenceLinks) Test references across blocks. ... ok test_reference_newlines (tests.test_syntax.inline.test_links.TestReferenceLinks) Test reference id whitespace cleanup. ... ok test_empty_list (tests.test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_table_td (tests.test_syntax.extensions.test_attr_list.TestAttrList) ... ok test_definition_list (tests.test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_big_lists (tests.test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_complex_lists (tests.test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_with_lists (tests.test_syntax.extensions.test_admonition.TestAdmonition) ... ok test_codehilite_bad_lang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_defaults (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_guess_lang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_guess_lang_plain_text (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_lang_prefix (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_lang_prefix_empty (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_false (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_hl_lines (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_inline (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_linenospecial (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_linenostep (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_none (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_table (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenos_true (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenostart (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_linenums_true (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_set_css_class (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_set_cssclass (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_set_lang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_startinline (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok test_codehilite_use_pygments_false (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteClass) ... ok testBasicCodeHilite (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testDoubleEscape (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testEntitiesIntact (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testHighlightAmps (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testHighlightLinesWithColon (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLangPrefix (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLangPrefixEmpty (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLinenumsFalse (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLinenumsNone (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLinenumsNoneWithColon (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLinenumsNoneWithShebang (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testLinenumsTrue (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testUnknownOption (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok testUsePygmentsFalse (tests.test_syntax.extensions.test_code_hilite.TestCodeHiliteExtension) ... ok test_abbr_double_quoted (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_extra_space (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_ignore_unmatched_case (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_line_break (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_lower (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_multiple (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_no_blank_Lines (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_no_space (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_override (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_partial_word (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_single_quoted (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_unused (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_abbr_upper (tests.test_syntax.extensions.test_abbr.TestAbbr) ... ok test_adjacent_raw_blocks (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_adjacent_raw_blocks_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_amperstand (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_auto_links_dont_break_parser (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_blank_lines_in_raw (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_bogus_comment (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_charref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_closed_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_closed_startendtag_with_attrs (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_closed_startendtag_without_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_code_span_open_gt (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_comment_in_code_block (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_comment_in_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_entityref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_only_end (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_only_start (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_self_close (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_start_and_end (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_hr_with_content (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_inline_script_tags (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiline_markdown_with_code_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiline_raw (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiple_raw_single_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_multiple_raw_single_line_with_pi (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_charref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_closed_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_entityref (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_indented_raw_block (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_inline_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_block (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_blocks (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_blocks_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_raw_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_nested_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_attributes (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_attributes_nested (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_block_preceded_by_markdown_code_span_with_unclosed_block_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_indented (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_cdata_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_indented (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_indented_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_nested (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line_followed_by_html (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_one_line_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_trailing_whitespace (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines_first_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines_last_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_comment_with_blank_lines_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_declaration_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_declaration_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty_blank_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty_newline (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_empty_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_html5 (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_four_spaces (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_one_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_three_spaces (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_indent_two_spaces (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_missing_close_bracket (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_cdata (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment_first_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment_last_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_comment_with_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_declaration (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiline_processing_instruction (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_multiple_p_no_end_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_nested_inline (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_nested_inline_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_nested_p_no_end_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_one_line_followed_by_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_open_bracket_followed_by_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_open_bracket_only (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_p_no_end_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_p_no_end_tag_followed_by_blank_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_paragraph (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_pre_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_pre_tag_nested_escaped_html (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_indented (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_one_line (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_one_line_followed_by_text (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_processing_instruction_with_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_skip_inline_markdown (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_span (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_surrounded_by_Markdown (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_surrounded_by_text_without_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_uppercase (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_uppercase_multiline (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_raw_with_markdown_blocks (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_script_tags (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_startendtag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_startendtag_with_attrs (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_startendtag_with_space (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_text_links_ignored (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_unclosed_comment_ (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_unclosed_script_tag (tests.test_syntax.extensions.test_md_in_html.TestDefaultwMdInHTML) ... ok test_complex_nested_case (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_complex_nested_case_whitespace (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_empty_tags (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_deep_mix (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_linebreaks (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_multi (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_multi_nest (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_nested (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_div_raw_inline (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_only_end (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_only_start (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_self_close (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_start_and_end (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_hr_with_content (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_in_tail (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_intail_md1 (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_mix (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_abbr_ref (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_comment (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_empty (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_empty_block (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_footnote_ref (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_in_nomd (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_link_ref (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_nested_unclosed_p (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_no_blank_line_before (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_no_line_break (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_no_quotes (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_orphan_endtag (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_p_blank_lines (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_p_linebreaks (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_preserve_attrs (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_single_quotes (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_unclosed_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md1_unclosed_p (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_after_span_nested_in_block (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_nested_in_span (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_block_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_no_value (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_span_div (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_span_nested_in_block (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_md_span_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_no_md1_hr_with_content (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_no_md1_nest (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_no_md1_paragraph (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_nomd_nested_in_md1 (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_orphan_end_tag_in_raw_html (tests.test_syntax.extensions.test_md_in_html.TestMdInHTML) ... ok test_stash_to_string (tests.test_syntax.extensions.test_md_in_html.TestMarkdownInHTMLPostProcessor) ... ok test_empty_cells (tests.test_syntax.extensions.test_tables.TestTableBlocks) Empty cells (nbsp). ... ok test_complex_emphasis_underscore (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_complex_emphasis_underscore_mid_word (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_complex_multple_underscore_type (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_complex_multple_underscore_type_variant2 (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_legacy_emphasis (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_legacy_strong (tests.test_syntax.extensions.test_legacy_em.TestLegacyEm) ... ok test_def_list_nested_admontions (tests.test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_unreasonable_nesting (tests.test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_nesting (tests.test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_nesting_self (tests.test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_ol (tests.test_syntax.extensions.test_def_list.TestDefList) ... ok test_def_list_with_ul (tests.test_syntax.extensions.test_def_list.TestDefList) ... ok testAnchorLinkWithCustomClass (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testAnchorLinkWithCustomClasses (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithCustomClass (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithCustomClasses (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithCustomTitle (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithEmptyText (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithEmptyTitle (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithUnicodeInID (tests.test_syntax.extensions.test_toc.TestTOC) ... ok testPermalinkWithUnicodeTitle (tests.test_syntax.extensions.test_toc.TestTOC) ... ok test_escaped_char_in_id (tests.test_syntax.extensions.test_toc.TestTOC) ... ok test_escaped_code (tests.test_syntax.extensions.test_toc.TestTOC) ... ok test_backlink_text (tests.test_syntax.extensions.test_footnotes.TestFootnotes) Test backlink configuration. ... ok test_basic_footnote (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multi_line (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multi_line_complex (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multi_line_lazy_indent (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multple_complex (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_multple_complex_no_blank_line_between (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_footnote_separator (tests.test_syntax.extensions.test_footnotes.TestFootnotes) Test separator configuration. ... ok test_multiple_footnotes (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok test_multiple_footnotes_multiline (tests.test_syntax.extensions.test_footnotes.TestFootnotes) ... ok testBasicFence (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedIdAndLangAndClassInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedIdAndLangInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedIdInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageAltPrefix (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageIdAndPygmentsDisabledInAttrNoCodehilite (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageIdAndPygmentsEnabledInAttrNoCodehilite (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageNoCodehiliteWithAttrList (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageNoDot (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageNoPrefix (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguagePygmentsDisabledInAttrNoCodehiliteWithAttrList (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguagePygmentsEnabledInAttrNoCodehiliteWithAttrList (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedLanguageWithDot (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedMultipleClassesInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedTildes (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testNestedFence (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok test_fenced_code_in_raw_html (tests.test_syntax.extensions.test_fenced_code.TestFencedCode) ... ok testFencedAmps (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedCodeWithHighlightLines (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedCodeWithHighlightLinesInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAndHighlightLines (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAndHighlightLinesInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAndPygmentsDisabled (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAttrCssclass (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAttrGuesslang (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAttrLinenums (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageAttrNoclasses (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageDoubleEscape (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageIdAndPygmentsDisabledInAttr (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testFencedLanguageIdInAttrAndPygmentsDisabled (tests.test_syntax.extensions.test_fenced_code.TestFencedCodeWithCodehilite) ... ok testLegacyAttrs (tests.test_syntax.extensions.test_legacy_attrs.TestLegacyAtrributes) ... ok testCreateRegistry (tests.test_apis.RegistryTests) ... ok testDeregister (tests.test_apis.RegistryTests) ... ok testGetIndexForName (tests.test_apis.RegistryTests) ... ok testIsSorted (tests.test_apis.RegistryTests) ... ok testRegisterDupplicate (tests.test_apis.RegistryTests) ... ok testRegisterWithoutPriority (tests.test_apis.RegistryTests) ... ok testRegistryContains (tests.test_apis.RegistryTests) ... ok testRegistryDelItem (tests.test_apis.RegistryTests) ... ok testRegistryDeprecatedAdd (tests.test_apis.RegistryTests) ... ok testRegistryGetItemByIndex (tests.test_apis.RegistryTests) ... ok testRegistryGetItemByItem (tests.test_apis.RegistryTests) ... ok testRegistryIter (tests.test_apis.RegistryTests) ... ok testRegistrySetItem (tests.test_apis.RegistryTests) ... ok testRegistrySlice (tests.test_apis.RegistryTests) ... ok testSortRegistry (tests.test_apis.RegistryTests) ... ok test_ancestors (tests.test_apis.TestAncestorExclusion) Test that an extension can exclude parent tags. ... ok test_ancestors_tail (tests.test_apis.TestAncestorExclusion) Test that an extension can exclude parent tags when dealing with a tail. ... ok testBlockAppend (tests.test_apis.TestBlockAppend) Test that appended escapes are only in the current instance. ... ok testParseChunk (tests.test_apis.TestBlockParser) Test BlockParser.parseChunk. ... ok testParseDocument (tests.test_apis.TestBlockParser) Test BlockParser.parseDocument. ... ok testBlankState (tests.test_apis.TestBlockParserState) Test State when empty. ... ok testIsSate (tests.test_apis.TestBlockParserState) Test State.isstate(). ... ok testReset (tests.test_apis.TestBlockParserState) Test State.reset(). ... ok testSetSate (tests.test_apis.TestBlockParserState) Test State.set(). ... ok testEncodingOption (tests.test_apis.TestCliOptionParsing) ... ok testExtensionConfigOption (tests.test_apis.TestCliOptionParsing) ... ok testExtensionConfigOptionAsJSON (tests.test_apis.TestCliOptionParsing) ... ok testExtensionConfigOptionBadFormat (tests.test_apis.TestCliOptionParsing) ... ok testExtensionConfigOptionMissingFile (tests.test_apis.TestCliOptionParsing) ... ok testExtensionOption (tests.test_apis.TestCliOptionParsing) ... ok testInputAndOutputFileOptions (tests.test_apis.TestCliOptionParsing) ... ok testInputFileOption (tests.test_apis.TestCliOptionParsing) ... ok testMultipleExtensionOptions (tests.test_apis.TestCliOptionParsing) ... ok testNoLazyOlOption (tests.test_apis.TestCliOptionParsing) ... ok testNoOptions (tests.test_apis.TestCliOptionParsing) ... ok testNoisyOption (tests.test_apis.TestCliOptionParsing) ... ok testOutputFileOption (tests.test_apis.TestCliOptionParsing) ... ok testOutputFormatOption (tests.test_apis.TestCliOptionParsing) ... ok testQuietOption (tests.test_apis.TestCliOptionParsing) ... ok testVerboseOption (tests.test_apis.TestCliOptionParsing) ... ok testBooleansParsing (tests.test_apis.TestConfigParsing) ... ok testInvalidBooleansParsing (tests.test_apis.TestConfigParsing) ... ok testPreserveNone (tests.test_apis.TestConfigParsing) ... ok testFileNames (tests.test_apis.TestConvertFile) ... ok testFileObjects (tests.test_apis.TestConvertFile) ... ok testStdinStdout (tests.test_apis.TestConvertFile) ... ok testBadOutputFormat (tests.test_apis.TestErrors) Test failure on bad output_format. ... ok testBaseExtention (tests.test_apis.TestErrors) Test that the base Extension class will raise NotImplemented. ... ok testDotNotationExtensionWithBadClass (tests.test_apis.TestErrors) Test Extension loading with non-existant class name (`path.to.module:Class`). ... ok testLoadBadExtension (tests.test_apis.TestErrors) Test loading of an Extension with no makeExtension function. ... ok testLoadExtensionFailure (tests.test_apis.TestErrors) Test failure of an extension to load. ... ok testNonExtension (tests.test_apis.TestErrors) Test loading a non Extension object as an extension. ... ok testAppend (tests.test_apis.TestEscapeAppend) Test that appended escapes are only in the current instance. ... ok test_deprecation_wrapper_dir (tests.test_apis.TestGeneralDeprecations) Tests the `__dir__` attribute of the class as it replaces the module's. ... ok test_version_deprecation (tests.test_apis.TestGeneralDeprecations) Test that version is deprecated. ... ok test_version_info_deprecation (tests.test_apis.TestGeneralDeprecations) Test that version info is deprecated. ... ok testReset (tests.test_apis.TestHtmlStash) Test HtmlStash.reset. ... ok testSimpleStore (tests.test_apis.TestHtmlStash) Test HtmlStash.store. ... ok testStoreMore (tests.test_apis.TestHtmlStash) Test HtmlStash.store with additional blocks. ... ok testBlankInput (tests.test_apis.TestMarkdownBasics) Test blank input. ... ok testDotNotationExtension (tests.test_apis.TestMarkdownBasics) Test Extension loading with Name (`path.to.module`). ... ok testDotNotationExtensionWithClass (tests.test_apis.TestMarkdownBasics) Test Extension loading with class name (`path.to.module:Class`). ... ok testEntryPointExtension (tests.test_apis.TestMarkdownBasics) Test Extension loading with an entry point. ... ok testInstanceExtension (tests.test_apis.TestMarkdownBasics) Test Extension loading with a class instance. ... ok testSimpleInput (tests.test_apis.TestMarkdownBasics) Test simple input. ... ok testWhitespaceOnly (tests.test_apis.TestMarkdownBasics) Test input of only whitespace. ... ok testNestedAtomicString (tests.test_apis.testAtomicString) Test that a nested AtomicString is not parsed. ... ok testSimpleAtomicString (tests.test_apis.testAtomicString) Test that a simple AtomicString is not parsed. ... ok testString (tests.test_apis.testAtomicString) Test that a regular string is parsed. ... ok testCommentIsBlockLevel (tests.test_apis.testETreeComments) Test that an ElementTree Comment is recognized as BlockLevel. ... ok testCommentIsComment (tests.test_apis.testETreeComments) Test that an ElementTree Comment passes the `is Comment` test. ... ok testCommentPrettify (tests.test_apis.testETreeComments) Test that an ElementTree Comment is prettified properly. ... ok testCommentSerialization (tests.test_apis.testETreeComments) Test that an ElementTree Comment serializes properly. ... ok testBrTailNoNewline (tests.test_apis.testElementTailTests) Test that last
in tree has a new line tail ... ok testBadQNameTag (tests.test_apis.testSerializers) Test serialization of QName with no tag. ... ok testHTMLOutput (tests.test_apis.testSerializers) ... ok testHtml (tests.test_apis.testSerializers) Test HTML serialization. ... ok testMixedCaseTags (tests.test_apis.testSerializers) " Test preservation of tag case. ... ok testProsessingInstruction (tests.test_apis.testSerializers) Test serialization of ProcessignInstruction. ... ok testQNameAttribute (tests.test_apis.testSerializers) Test serialization of QName attribute. ... ok testQNameEscaping (tests.test_apis.testSerializers) Test QName escaping. ... ok testQNamePreEscaping (tests.test_apis.testSerializers) Test QName that is already partially escaped. ... ok testQNameTag (tests.test_apis.testSerializers) Test serialization of QName tag. ... ok testRegisterSerializer (tests.test_apis.testSerializers) ... ok testXHTMLOutput (tests.test_apis.testSerializers) ... ok testXhtml (tests.test_apis.testSerializers) " Test XHTML serialization. ... ok test_amps_and_angle_encoding (tests.test_legacy.TestBasic) ... ok test_angle_links_and_img (tests.test_legacy.TestBasic) ... ok test_auto_links (tests.test_legacy.TestBasic) ... ok test_backlash_escapes (tests.test_legacy.TestBasic) ... ok test_blockquotes_with_code_blocks (tests.test_legacy.TestBasic) ... ok test_codeblock_in_list (tests.test_legacy.TestBasic) ... ok test_hard_wrapped (tests.test_legacy.TestBasic) ... ok test_horizontal_rules (tests.test_legacy.TestBasic) ... ok test_links_inline (tests.test_legacy.TestBasic) ... ok test_links_reference (tests.test_legacy.TestBasic) ... ok test_literal_quotes (tests.test_legacy.TestBasic) ... ok test_markdown_documentation_basics (tests.test_legacy.TestBasic) ... ok test_markdown_syntax (tests.test_legacy.TestBasic) ... ok test_nested_blockquotes (tests.test_legacy.TestBasic) ... ok test_ordered_and_unordered_list (tests.test_legacy.TestBasic) ... ok test_strong_and_em_together (tests.test_legacy.TestBasic) ... ok test_tabs (tests.test_legacy.TestBasic) ... ok test_tidyness (tests.test_legacy.TestBasic) ... ok test_admonition (tests.test_legacy.TestExtensions) ... ok test_attr_list (tests.test_legacy.TestExtensions) ... ok test_codehilite (tests.test_legacy.TestExtensions) ... skipped 'Excluded' test_github_flavored (tests.test_legacy.TestExtensions) ... ok test_nl2br_w_attr_list (tests.test_legacy.TestExtensions) ... ok test_sane_lists (tests.test_legacy.TestExtensions) ... ok test_smarty (tests.test_legacy.TestExtensions) ... ok test_toc (tests.test_legacy.TestExtensions) ... ok test_toc_invalid (tests.test_legacy.TestExtensions) ... ok test_toc_nested (tests.test_legacy.TestExtensions) ... ok test_toc_nested2 (tests.test_legacy.TestExtensions) ... ok test_toc_nested_list (tests.test_legacy.TestExtensions) ... ok test_toc_out_of_order (tests.test_legacy.TestExtensions) ... ok test_wikilinks (tests.test_legacy.TestExtensions) ... ok test_def_in_list (tests.test_legacy.TestExtensionsExtra) ... ok test_extra_config (tests.test_legacy.TestExtensionsExtra) ... ok test_footnote (tests.test_legacy.TestExtensionsExtra) ... ok test_footnote_many_footnotes (tests.test_legacy.TestExtensionsExtra) ... ok test_footnote_placeholder (tests.test_legacy.TestExtensionsExtra) ... ok test_footnote_placeholder_depth (tests.test_legacy.TestExtensionsExtra) ... ok test_loose_def_list (tests.test_legacy.TestExtensionsExtra) ... ok test_markdown_syntax (tests.test_legacy.TestExtensionsExtra) ... ok test_named_markers (tests.test_legacy.TestExtensionsExtra) ... ok test_raw_html (tests.test_legacy.TestExtensionsExtra) ... ok test_simple_def_lists (tests.test_legacy.TestExtensionsExtra) ... ok test_tables (tests.test_legacy.TestExtensionsExtra) ... ok test_CRLF_line_ends (tests.test_legacy.TestMisc) ... ok test_adjacent_headers (tests.test_legacy.TestMisc) ... ok test_arabic (tests.test_legacy.TestMisc) ... ok test_autolinks_with_asterisks (tests.test_legacy.TestMisc) ... ok test_autolinks_with_asterisks_russian (tests.test_legacy.TestMisc) ... ok test_backtick_escape (tests.test_legacy.TestMisc) ... ok test_bidi (tests.test_legacy.TestMisc) ... ok test_blank_block_quote (tests.test_legacy.TestMisc) ... ok test_blank_lines_in_codeblocks (tests.test_legacy.TestMisc) ... ok test_blockquote (tests.test_legacy.TestMisc) ... ok test_blockquote_below_paragraph (tests.test_legacy.TestMisc) ... ok test_blockquote_hr (tests.test_legacy.TestMisc) ... ok test_bold_links (tests.test_legacy.TestMisc) ... ok test_br (tests.test_legacy.TestMisc) ... ok test_bracket_re (tests.test_legacy.TestMisc) ... ok test_brackets_in_img_title (tests.test_legacy.TestMisc) ... ok test_code_first_line (tests.test_legacy.TestMisc) ... ok test_em_around_links (tests.test_legacy.TestMisc) ... ok test_em_strong (tests.test_legacy.TestMisc) ... ok test_em_strong_complex (tests.test_legacy.TestMisc) ... ok test_email (tests.test_legacy.TestMisc) ... ok test_escaped_links (tests.test_legacy.TestMisc) ... ok test_funky_list (tests.test_legacy.TestMisc) ... ok test_h1 (tests.test_legacy.TestMisc) ... ok test_hash (tests.test_legacy.TestMisc) ... ok test_header_in_lists (tests.test_legacy.TestMisc) ... ok test_headers (tests.test_legacy.TestMisc) ... ok test_hline (tests.test_legacy.TestMisc) ... ok test_image_2 (tests.test_legacy.TestMisc) ... ok test_image_in_links (tests.test_legacy.TestMisc) ... ok test_ins_at_start_of_paragraph (tests.test_legacy.TestMisc) ... ok test_inside_html (tests.test_legacy.TestMisc) ... ok test_japanese (tests.test_legacy.TestMisc) ... ok test_lazy_block_quote (tests.test_legacy.TestMisc) ... ok test_link_with_parenthesis (tests.test_legacy.TestMisc) ... ok test_lists (tests.test_legacy.TestMisc) ... ok test_lists2 (tests.test_legacy.TestMisc) ... ok test_lists3 (tests.test_legacy.TestMisc) ... ok test_lists4 (tests.test_legacy.TestMisc) ... ok test_lists5 (tests.test_legacy.TestMisc) ... ok test_lists6 (tests.test_legacy.TestMisc) ... ok test_lists7 (tests.test_legacy.TestMisc) ... ok test_lists8 (tests.test_legacy.TestMisc) ... ok test_missing_link_def (tests.test_legacy.TestMisc) ... ok test_multi_paragraph_block_quote (tests.test_legacy.TestMisc) ... ok test_multi_test (tests.test_legacy.TestMisc) ... ok test_nested_lists (tests.test_legacy.TestMisc) ... ok test_nested_patterns (tests.test_legacy.TestMisc) ... ok test_normalize (tests.test_legacy.TestMisc) ... ok test_numeric_entity (tests.test_legacy.TestMisc) ... ok test_para_with_hr (tests.test_legacy.TestMisc) ... ok test_russian (tests.test_legacy.TestMisc) ... ok test_smart_em (tests.test_legacy.TestMisc) ... ok test_some_test (tests.test_legacy.TestMisc) ... ok test_span (tests.test_legacy.TestMisc) ... ok test_strong_with_underscores (tests.test_legacy.TestMisc) ... ok test_stronintags (tests.test_legacy.TestMisc) ... ok test_tabs_in_lists (tests.test_legacy.TestMisc) ... ok test_two_spaces (tests.test_legacy.TestMisc) ... ok test_uche (tests.test_legacy.TestMisc) ... ok test_underscores (tests.test_legacy.TestMisc) ... ok test_url_spaces (tests.test_legacy.TestMisc) ... ok ---------------------------------------------------------------------- Ran 842 tests in 2.751s OK (skipped=3) >>> py3-markdown: Entering fakeroot... running install running build running build_py running install_lib creating /home/buildozer/aports/main/py3-markdown/pkg creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8 creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/test_tools.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/blockprocessors.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/inlinepatterns.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/blockparser.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/util.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/postprocessors.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/__init__.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/pep562.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/__main__.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/core.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/__meta__.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/treeprocessors.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/preprocessors.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown copying build/lib/markdown/serializers.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown creating /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/codehilite.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/legacy_em.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/attr_list.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/smarty.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/sane_lists.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/toc.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/admonition.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/md_in_html.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/fenced_code.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/__init__.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/footnotes.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/extra.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/wikilinks.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/legacy_attrs.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/def_list.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/nl2br.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/abbr.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/meta.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/extensions/tables.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions copying build/lib/markdown/htmlparser.py -> /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/test_tools.py to test_tools.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/blockprocessors.py to blockprocessors.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/inlinepatterns.py to inlinepatterns.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/blockparser.py to blockparser.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/util.py to util.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/postprocessors.py to postprocessors.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/pep562.py to pep562.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/__main__.py to __main__.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/core.py to core.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/__meta__.py to __meta__.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/treeprocessors.py to treeprocessors.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/preprocessors.py to preprocessors.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/serializers.py to serializers.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/codehilite.py to codehilite.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/legacy_em.py to legacy_em.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/attr_list.py to attr_list.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/smarty.py to smarty.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/sane_lists.py to sane_lists.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/toc.py to toc.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/admonition.py to admonition.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/md_in_html.py to md_in_html.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/fenced_code.py to fenced_code.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/__init__.py to __init__.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/footnotes.py to footnotes.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/extra.py to extra.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/wikilinks.py to wikilinks.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/legacy_attrs.py to legacy_attrs.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/def_list.py to def_list.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/nl2br.py to nl2br.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/abbr.py to abbr.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/meta.py to meta.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/extensions/tables.py to tables.cpython-38.pyc byte-compiling /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/markdown/htmlparser.py to htmlparser.cpython-38.pyc running install_egg_info running egg_info writing Markdown.egg-info/PKG-INFO writing dependency_links to Markdown.egg-info/dependency_links.txt writing entry points to Markdown.egg-info/entry_points.txt writing requirements to Markdown.egg-info/requires.txt writing top-level names to Markdown.egg-info/top_level.txt reading manifest file 'Markdown.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'MANIFEST' writing manifest file 'Markdown.egg-info/SOURCES.txt' Copying Markdown.egg-info to /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/lib/python3.8/site-packages/Markdown-3.3.3-py3.8.egg-info running install_scripts Installing markdown_py script to /home/buildozer/aports/main/py3-markdown/pkg/py3-markdown/usr/bin >>> py3-markdown*: Running postcheck for py3-markdown >>> py3-markdown*: Preparing package py3-markdown... >>> py3-markdown*: Tracing dependencies... >>> py3-markdown*: Package size: 696.0 KB >>> py3-markdown*: Compressing data... >>> py3-markdown*: Create checksum... >>> py3-markdown*: Create py3-markdown-3.3.3-r1.apk >>> py3-markdown: Build complete at Wed, 25 Nov 2020 11:16:27 +0000 elapsed time 0h 0m 10s >>> py3-markdown: Cleaning up srcdir >>> py3-markdown: Cleaning up pkgdir >>> py3-markdown: Uninstalling dependencies... (1/17) Purging .makedepends-py3-markdown (20201125.111618) (2/17) Purging py3-setuptools (50.3.2-r0) (3/17) Purging py3-ordered-set (4.0.2-r0) (4/17) Purging py3-appdirs (1.4.4-r1) (5/17) Purging py3-packaging (20.4-r0) (6/17) Purging py3-parsing (2.4.7-r1) (7/17) Purging py3-six (1.15.0-r0) (8/17) Purging py3-coverage (5.3-r0) (9/17) Purging py3-yaml (5.3.1-r1) (10/17) Purging python3 (3.8.6-r0) (11/17) Purging libbz2 (1.0.8-r1) (12/17) Purging libffi (3.3-r2) (13/17) Purging gdbm (1.18.1-r0) (14/17) Purging xz-libs (5.2.5-r0) (15/17) Purging readline (8.0.4-r0) (16/17) Purging sqlite-libs (3.33.0-r0) (17/17) Purging yaml (0.2.5-r0) Executing busybox-1.32.0-r3.trigger OK: 310 MiB in 87 packages >>> py3-markdown: Updating the main/x86 repository index... >>> py3-markdown: Signing the index...