Skip to content

Instantly share code, notes, and snippets.

@trentm
Created April 18, 2012 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentm/2411884 to your computer and use it in GitHub Desktop.
Save trentm/2411884 to your computer and use it in GitHub Desktop.
markdown2 passing in Python 2.5 - 3.3
$ make test
cd test && python testall.py
-- test with Python 2.5 (/usr/local/bin/python2.5)
markdown2/tm/auto_link ... ok
markdown2/tm/auto_link_email_with_underscore [issue26] ... ok
markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok
markdown2/tm/basic_safe_mode [safe_mode] ... ok
markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok
markdown2/tm/blockquote ... ok
markdown2/tm/blockquote_with_pre ... ok
markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok
markdown2/tm/code_safe_emphasis [code_friendly] ... ok
markdown2/tm/codeblock ... ok
markdown2/tm/codespans ... ok
markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/cuddled_list_indented [smedberg, issue36, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_para_and_list [smedberg, issue33, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_with_para ... ok
markdown2/tm/demote_headers ... ok
markdown2/tm/emacs_head_vars [emacs] ... ok
markdown2/tm/emacs_tail_vars [emacs] ... ok
markdown2/tm/emphasis ... ok
markdown2/tm/escapes [issue15] ... ok
markdown2/tm/fenced_code_blocks_simple [extra, fenced-code-blocks] ... ok
markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-code-blocks, pygments] ... ok
markdown2/tm/footnotes ... ok
markdown2/tm/footnotes_letters [footnotes] ... ok
markdown2/tm/footnotes_markup [footnotes] ... ok
markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok
markdown2/tm/footnotes_underscores [issue27] ... ok
markdown2/tm/header ... ok
markdown2/tm/header_ids_1 [extra, header-ids] ... ok
markdown2/tm/header_ids_2 [extra, header-ids] ... ok
markdown2/tm/header_ids_3 [extra, header-ids] ... ok
markdown2/tm/header_ids_4 [extra, header-ids, unicode] ... ok
markdown2/tm/header_ids_5 [extra, header-ids] ... ok
markdown2/tm/hr ... ok
markdown2/tm/hr_spaces ... ok
markdown2/tm/html5_block_tags [issue57] ... ok
markdown2/tm/img_in_link ... ok
markdown2/tm/inline_links ... ok
markdown2/tm/issue21_gt_escaping [issue21, escape] ... ok
markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok
markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3] ... ok
markdown2/tm/issue54_escape_link_title [issue54] ... ok
markdown2/tm/link_defn_alt_title_delims ... ok
markdown2/tm/link_defn_spaces_in_url [issue18] ... ok
markdown2/tm/link_patterns ... ok
markdown2/tm/link_patterns_double_hit [link_patterns] ... ok
markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok
markdown2/tm/lists ... ok
markdown2/tm/lists2 [issue16] ... ok
markdown2/tm/long_link [issue24] ... ok
markdown2/tm/markdown_in_html [markdown-in-html, toc, extra] ... ok
markdown2/tm/metadata [extra, metadata, issue78] ... ok
markdown2/tm/mismatched_footnotes ... ok
markdown2/tm/missing_link_defn ... ok
markdown2/tm/nested_list ... ok
markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/not_quite_a_list ... ok
markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok
markdown2/tm/pi_and_xinclude [xml, pi, xinclude] ... ok
markdown2/tm/pyshell ... ok
markdown2/tm/raw_html ... ok
markdown2/tm/ref_links ... ok
markdown2/tm/smarty_pants [smarty-pants, issue42] ... ok
markdown2/tm/smarty_pants_image_links [smarty-pants, issue76] ... ok
markdown2/tm/sublist-para [questionable] ... ok
markdown2/tm/syntax_color [extra, code-color, pygments] ... ok
markdown2/tm/syntax_color_opts [extra, code-color, pygments] ... ok
markdown2/tm/toc_1 [toc, extra] ... ok
markdown2/tm/toc_2 [toc, extra] ... ok
markdown2/tm/tricky_anchors ... ok
markdown2/tm/two_comments ... ok
markdown2/tm/underline_in_autolink ... ok
markdown2/tm/wiki_tables [extra, wiki-tables, issue66] ... ok
markdown2/tm/xss_quotes [issue30] ... ok
markdown2/markdowntest/auto_links ... ok
markdown2/markdowntest/backslash_escapes ... ok
markdown2/markdowntest/blockquotes_with_code_blocks ... ok
markdown2/markdowntest/hard-wrapped_paragraphs_with_list-like_lines ... ok
markdown2/markdowntest/horizontal_rules ... ok
markdown2/markdowntest/inline_html_simple ... ok
markdown2/markdowntest/inline_html_comments ... ok
markdown2/markdowntest/links_inline_style ... ok
markdown2/markdowntest/links_reference_style ... ok
markdown2/markdowntest/literal_quotes_in_titles ... ok
markdown2/markdowntest/markdown_documentation_basics ... ok
markdown2/markdowntest/markdown_documentation_syntax ... ok
markdown2/markdowntest/nested_blockquotes ... ok
markdown2/markdowntest/ordered_and_unordered_lists ... ok
markdown2/markdowntest/strong_and_em_together ... ok
markdown2/markdowntest/tabs ... ok
markdown2/phpmarkdown/code_spans ... ok
markdown2/phpmarkdown/email_auto_links ... ok
markdown2/phpmarkdown/headers ... ok
markdown2/phpmarkdown/images_untitled ... ok
markdown2/phpmarkdown/inline_html_comments ... ok
markdown2/phpmarkdown/ins_&_del ... ok
markdown2/phpmarkdown/links_inline_style ... ok
markdown2/phpmarkdown/md5_hashes ... ok
markdown2/phpmarkdown/php-specific_bugs ... ok
markdown2/phpmarkdown/tight_blocks ... ok
markdown2/direct/code_in_strong [code, strong] ... ok
markdown2/direct/pre ... ok
markdown2/direct/russian [unicode, issue3] ... ok
markdown2/direct/slow_hr [perf] ... ok
markdown2/direct/starter_pre [pre, recipes] ... ok
markdown2/doctests/api ... ok
markdown2/doctests/internal ... ok
----------------------------------------------------------------------
Ran 107 tests in 0.587s
OK
-- test with Python 2.6 (/Library/Frameworks/Python.framework/Versions/Current/bin/python)
markdown2/tm/auto_link ... ok
markdown2/tm/auto_link_email_with_underscore [issue26] ... ok
markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok
markdown2/tm/basic_safe_mode [safe_mode] ... ok
markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok
markdown2/tm/blockquote ... ok
markdown2/tm/blockquote_with_pre ... ok
markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok
markdown2/tm/code_safe_emphasis [code_friendly] ... ok
markdown2/tm/codeblock ... ok
markdown2/tm/codespans ... ok
markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/cuddled_list_indented [smedberg, issue36, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_para_and_list [smedberg, issue33, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_with_para ... ok
markdown2/tm/demote_headers ... ok
markdown2/tm/emacs_head_vars [emacs] ... ok
markdown2/tm/emacs_tail_vars [emacs] ... ok
markdown2/tm/emphasis ... ok
markdown2/tm/escapes [issue15] ... ok
markdown2/tm/fenced_code_blocks_simple [extra, fenced-code-blocks] ... ok
markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-code-blocks, pygments] ... ok
markdown2/tm/footnotes ... ok
markdown2/tm/footnotes_letters [footnotes] ... ok
markdown2/tm/footnotes_markup [footnotes] ... ok
markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok
markdown2/tm/footnotes_underscores [issue27] ... ok
markdown2/tm/header ... ok
markdown2/tm/header_ids_1 [extra, header-ids] ... ok
markdown2/tm/header_ids_2 [extra, header-ids] ... ok
markdown2/tm/header_ids_3 [extra, header-ids] ... ok
markdown2/tm/header_ids_4 [extra, header-ids, unicode] ... ok
markdown2/tm/header_ids_5 [extra, header-ids] ... ok
markdown2/tm/hr ... ok
markdown2/tm/hr_spaces ... ok
markdown2/tm/html5_block_tags [issue57] ... ok
markdown2/tm/img_in_link ... ok
markdown2/tm/inline_links ... ok
markdown2/tm/issue21_gt_escaping [issue21, escape] ... ok
markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok
markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3] ... ok
markdown2/tm/issue54_escape_link_title [issue54] ... ok
markdown2/tm/link_defn_alt_title_delims ... ok
markdown2/tm/link_defn_spaces_in_url [issue18] ... ok
markdown2/tm/link_patterns ... ok
markdown2/tm/link_patterns_double_hit [link_patterns] ... ok
markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok
markdown2/tm/lists ... ok
markdown2/tm/lists2 [issue16] ... ok
markdown2/tm/long_link [issue24] ... ok
markdown2/tm/markdown_in_html [markdown-in-html, toc, extra] ... ok
markdown2/tm/metadata [extra, metadata, issue78] ... ok
markdown2/tm/mismatched_footnotes ... ok
markdown2/tm/missing_link_defn ... ok
markdown2/tm/nested_list ... ok
markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/not_quite_a_list ... ok
markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok
markdown2/tm/pi_and_xinclude [xml, pi, xinclude] ... ok
markdown2/tm/pyshell ... ok
markdown2/tm/raw_html ... ok
markdown2/tm/ref_links ... ok
markdown2/tm/smarty_pants [smarty-pants, issue42] ... ok
markdown2/tm/smarty_pants_image_links [smarty-pants, issue76] ... ok
markdown2/tm/sublist-para [questionable] ... ok
markdown2/tm/syntax_color [extra, code-color, pygments] ... ok
markdown2/tm/syntax_color_opts [extra, code-color, pygments] ... ok
markdown2/tm/toc_1 [toc, extra] ... ok
markdown2/tm/toc_2 [toc, extra] ... ok
markdown2/tm/tricky_anchors ... ok
markdown2/tm/two_comments ... ok
markdown2/tm/underline_in_autolink ... ok
markdown2/tm/wiki_tables [extra, wiki-tables, issue66] ... ok
markdown2/tm/xss_quotes [issue30] ... ok
markdown2/markdowntest/auto_links ... ok
markdown2/markdowntest/backslash_escapes ... ok
markdown2/markdowntest/blockquotes_with_code_blocks ... ok
markdown2/markdowntest/hard-wrapped_paragraphs_with_list-like_lines ... ok
markdown2/markdowntest/horizontal_rules ... ok
markdown2/markdowntest/inline_html_simple ... ok
markdown2/markdowntest/inline_html_comments ... ok
markdown2/markdowntest/links_inline_style ... ok
markdown2/markdowntest/links_reference_style ... ok
markdown2/markdowntest/literal_quotes_in_titles ... ok
markdown2/markdowntest/markdown_documentation_basics ... ok
markdown2/markdowntest/markdown_documentation_syntax ... ok
markdown2/markdowntest/nested_blockquotes ... ok
markdown2/markdowntest/ordered_and_unordered_lists ... ok
markdown2/markdowntest/strong_and_em_together ... ok
markdown2/markdowntest/tabs ... ok
markdown2/phpmarkdown/code_spans ... ok
markdown2/phpmarkdown/email_auto_links ... ok
markdown2/phpmarkdown/headers ... ok
markdown2/phpmarkdown/images_untitled ... ok
markdown2/phpmarkdown/inline_html_comments ... ok
markdown2/phpmarkdown/ins_&_del ... ok
markdown2/phpmarkdown/links_inline_style ... ok
markdown2/phpmarkdown/md5_hashes ... ok
markdown2/phpmarkdown/php-specific_bugs ... ok
markdown2/phpmarkdown/tight_blocks ... ok
markdown2/direct/code_in_strong [code, strong] ... ok
markdown2/direct/pre ... ok
markdown2/direct/russian [unicode, issue3] ... ok
markdown2/direct/slow_hr [perf] ... ok
markdown2/direct/starter_pre [pre, recipes] ... ok
markdown2/doctests/api ... ok
markdown2/doctests/internal ... ok
----------------------------------------------------------------------
Ran 107 tests in 0.648s
OK
-- test with Python 2.7 (/usr/local/bin/python2.7)
markdown2/tm/auto_link ... ok
markdown2/tm/auto_link_email_with_underscore [issue26] ... ok
markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok
markdown2/tm/basic_safe_mode [safe_mode] ... ok
markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok
markdown2/tm/blockquote ... ok
markdown2/tm/blockquote_with_pre ... ok
markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok
markdown2/tm/code_safe_emphasis [code_friendly] ... ok
markdown2/tm/codeblock ... ok
markdown2/tm/codespans ... ok
markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/cuddled_list_indented [smedberg, issue36, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_para_and_list [smedberg, issue33, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_with_para ... ok
markdown2/tm/demote_headers ... ok
markdown2/tm/emacs_head_vars [emacs] ... ok
markdown2/tm/emacs_tail_vars [emacs] ... ok
markdown2/tm/emphasis ... ok
markdown2/tm/escapes [issue15] ... ok
markdown2/tm/fenced_code_blocks_simple [extra, fenced-code-blocks] ... ok
markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-code-blocks, pygments] ... ok
markdown2/tm/footnotes ... ok
markdown2/tm/footnotes_letters [footnotes] ... ok
markdown2/tm/footnotes_markup [footnotes] ... ok
markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok
markdown2/tm/footnotes_underscores [issue27] ... ok
markdown2/tm/header ... ok
markdown2/tm/header_ids_1 [extra, header-ids] ... ok
markdown2/tm/header_ids_2 [extra, header-ids] ... ok
markdown2/tm/header_ids_3 [extra, header-ids] ... ok
markdown2/tm/header_ids_4 [extra, header-ids, unicode] ... ok
markdown2/tm/header_ids_5 [extra, header-ids] ... ok
markdown2/tm/hr ... ok
markdown2/tm/hr_spaces ... ok
markdown2/tm/html5_block_tags [issue57] ... ok
markdown2/tm/img_in_link ... ok
markdown2/tm/inline_links ... ok
markdown2/tm/issue21_gt_escaping [issue21, escape] ... ok
markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok
markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3] ... ok
markdown2/tm/issue54_escape_link_title [issue54] ... ok
markdown2/tm/link_defn_alt_title_delims ... ok
markdown2/tm/link_defn_spaces_in_url [issue18] ... ok
markdown2/tm/link_patterns ... ok
markdown2/tm/link_patterns_double_hit [link_patterns] ... ok
markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok
markdown2/tm/lists ... ok
markdown2/tm/lists2 [issue16] ... ok
markdown2/tm/long_link [issue24] ... ok
markdown2/tm/markdown_in_html [markdown-in-html, toc, extra] ... ok
markdown2/tm/metadata [extra, metadata, issue78] ... ok
markdown2/tm/mismatched_footnotes ... ok
markdown2/tm/missing_link_defn ... ok
markdown2/tm/nested_list ... ok
markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/not_quite_a_list ... ok
markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok
markdown2/tm/pi_and_xinclude [xml, pi, xinclude] ... ok
markdown2/tm/pyshell ... ok
markdown2/tm/raw_html ... ok
markdown2/tm/ref_links ... ok
markdown2/tm/smarty_pants [smarty-pants, issue42] ... ok
markdown2/tm/smarty_pants_image_links [smarty-pants, issue76] ... ok
markdown2/tm/sublist-para [questionable] ... ok
markdown2/tm/syntax_color [extra, code-color, pygments] ... ok
markdown2/tm/syntax_color_opts [extra, code-color, pygments] ... ok
markdown2/tm/toc_1 [toc, extra] ... ok
markdown2/tm/toc_2 [toc, extra] ... ok
markdown2/tm/tricky_anchors ... ok
markdown2/tm/two_comments ... ok
markdown2/tm/underline_in_autolink ... ok
markdown2/tm/wiki_tables [extra, wiki-tables, issue66] ... ok
markdown2/tm/xss_quotes [issue30] ... ok
markdown2/markdowntest/auto_links ... ok
markdown2/markdowntest/backslash_escapes ... ok
markdown2/markdowntest/blockquotes_with_code_blocks ... ok
markdown2/markdowntest/hard-wrapped_paragraphs_with_list-like_lines ... ok
markdown2/markdowntest/horizontal_rules ... ok
markdown2/markdowntest/inline_html_simple ... ok
markdown2/markdowntest/inline_html_comments ... ok
markdown2/markdowntest/links_inline_style ... ok
markdown2/markdowntest/links_reference_style ... ok
markdown2/markdowntest/literal_quotes_in_titles ... ok
markdown2/markdowntest/markdown_documentation_basics ... ok
markdown2/markdowntest/markdown_documentation_syntax ... ok
markdown2/markdowntest/nested_blockquotes ... ok
markdown2/markdowntest/ordered_and_unordered_lists ... ok
markdown2/markdowntest/strong_and_em_together ... ok
markdown2/markdowntest/tabs ... ok
markdown2/phpmarkdown/code_spans ... ok
markdown2/phpmarkdown/email_auto_links ... ok
markdown2/phpmarkdown/headers ... ok
markdown2/phpmarkdown/images_untitled ... ok
markdown2/phpmarkdown/inline_html_comments ... ok
markdown2/phpmarkdown/ins_&_del ... ok
markdown2/phpmarkdown/links_inline_style ... ok
markdown2/phpmarkdown/md5_hashes ... ok
markdown2/phpmarkdown/php-specific_bugs ... ok
markdown2/phpmarkdown/tight_blocks ... ok
markdown2/direct/code_in_strong [code, strong] ... ok
markdown2/direct/pre ... ok
markdown2/direct/russian [unicode, issue3] ... ok
markdown2/direct/slow_hr [perf] ... ok
markdown2/direct/starter_pre [pre, recipes] ... ok
markdown2/doctests/api ... ok
markdown2/doctests/internal ... ok
----------------------------------------------------------------------
Ran 107 tests in 0.552s
OK
-- test with Python 3.1 (/usr/local/bin/python3.1)
markdown2/tm/auto_link ... ok
markdown2/tm/auto_link_email_with_underscore [issue26] ... ok
markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok
markdown2/tm/basic_safe_mode [safe_mode] ... ok
markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok
markdown2/tm/blockquote ... ok
markdown2/tm/blockquote_with_pre ... ok
markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok
markdown2/tm/code_safe_emphasis [code_friendly] ... ok
markdown2/tm/codeblock ... ok
markdown2/tm/codespans ... ok
markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/cuddled_list_indented [smedberg, issue36, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_para_and_list [smedberg, issue33, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_with_para ... ok
markdown2/tm/demote_headers ... ok
markdown2/tm/emacs_head_vars [emacs] ... ok
markdown2/tm/emacs_tail_vars [emacs] ... ok
markdown2/tm/emphasis ... ok
markdown2/tm/escapes [issue15] ... ok
markdown2/tm/fenced_code_blocks_simple [extra, fenced-code-blocks] ... ok
markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-code-blocks, pygments] ... ok
markdown2/tm/footnotes ... ok
markdown2/tm/footnotes_letters [footnotes] ... ok
markdown2/tm/footnotes_markup [footnotes] ... ok
markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok
markdown2/tm/footnotes_underscores [issue27] ... ok
markdown2/tm/header ... ok
markdown2/tm/header_ids_1 [extra, header-ids] ... ok
markdown2/tm/header_ids_2 [extra, header-ids] ... ok
markdown2/tm/header_ids_3 [extra, header-ids] ... ok
markdown2/tm/header_ids_4 [extra, header-ids, unicode] ... ok
markdown2/tm/header_ids_5 [extra, header-ids] ... ok
markdown2/tm/hr ... ok
markdown2/tm/hr_spaces ... ok
markdown2/tm/html5_block_tags [issue57] ... ok
markdown2/tm/img_in_link ... ok
markdown2/tm/inline_links ... ok
markdown2/tm/issue21_gt_escaping [issue21, escape] ... ok
markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok
markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3] ... ok
markdown2/tm/issue54_escape_link_title [issue54] ... ok
markdown2/tm/link_defn_alt_title_delims ... ok
markdown2/tm/link_defn_spaces_in_url [issue18] ... ok
markdown2/tm/link_patterns ... ok
markdown2/tm/link_patterns_double_hit [link_patterns] ... ok
markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok
markdown2/tm/lists ... ok
markdown2/tm/lists2 [issue16] ... ok
markdown2/tm/long_link [issue24] ... ok
markdown2/tm/markdown_in_html [markdown-in-html, toc, extra] ... ok
markdown2/tm/metadata [extra, metadata, issue78] ... ok
markdown2/tm/mismatched_footnotes ... ok
markdown2/tm/missing_link_defn ... ok
markdown2/tm/nested_list ... ok
markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/not_quite_a_list ... ok
markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok
markdown2/tm/pi_and_xinclude [xml, pi, xinclude] ... ok
markdown2/tm/pyshell ... ok
markdown2/tm/raw_html ... ok
markdown2/tm/ref_links ... ok
markdown2/tm/smarty_pants [smarty-pants, issue42] ... ok
markdown2/tm/smarty_pants_image_links [smarty-pants, issue76] ... ok
markdown2/tm/sublist-para [questionable] ... ok
markdown2/tm/syntax_color [extra, code-color, pygments] ... ok
markdown2/tm/syntax_color_opts [extra, code-color, pygments] ... ok
markdown2/tm/toc_1 [toc, extra] ... ok
markdown2/tm/toc_2 [toc, extra] ... ok
markdown2/tm/tricky_anchors ... ok
markdown2/tm/two_comments ... ok
markdown2/tm/underline_in_autolink ... ok
markdown2/tm/wiki_tables [extra, wiki-tables, issue66] ... ok
markdown2/tm/xss_quotes [issue30] ... ok
markdown2/markdowntest/auto_links ... ok
markdown2/markdowntest/backslash_escapes ... ok
markdown2/markdowntest/blockquotes_with_code_blocks ... ok
markdown2/markdowntest/hard-wrapped_paragraphs_with_list-like_lines ... ok
markdown2/markdowntest/horizontal_rules ... ok
markdown2/markdowntest/inline_html_simple ... ok
markdown2/markdowntest/inline_html_comments ... ok
markdown2/markdowntest/links_inline_style ... ok
markdown2/markdowntest/links_reference_style ... ok
markdown2/markdowntest/literal_quotes_in_titles ... ok
markdown2/markdowntest/markdown_documentation_basics ... ok
markdown2/markdowntest/markdown_documentation_syntax ... ok
markdown2/markdowntest/nested_blockquotes ... ok
markdown2/markdowntest/ordered_and_unordered_lists ... ok
markdown2/markdowntest/strong_and_em_together ... ok
markdown2/markdowntest/tabs ... ok
markdown2/phpmarkdown/code_spans ... ok
markdown2/phpmarkdown/email_auto_links ... ok
markdown2/phpmarkdown/headers ... ok
markdown2/phpmarkdown/images_untitled ... ok
markdown2/phpmarkdown/inline_html_comments ... ok
markdown2/phpmarkdown/ins_&_del ... ok
markdown2/phpmarkdown/links_inline_style ... ok
markdown2/phpmarkdown/md5_hashes ... ok
markdown2/phpmarkdown/php-specific_bugs ... ok
markdown2/phpmarkdown/tight_blocks ... ok
markdown2/direct/code_in_strong [code, strong] ... ok
markdown2/direct/pre ... ok
markdown2/direct/russian [unicode, issue3] ... ok
markdown2/direct/slow_hr [perf] ... ok
markdown2/direct/starter_pre [pre, recipes] ... ok
markdown2/doctests/api ... ok
----------------------------------------------------------------------
Ran 106 tests in 1.074s
OK
-- test with Python 3.2 (/usr/local/bin/python3.2)
markdown2/tm/auto_link ... ok
markdown2/tm/auto_link_email_with_underscore [issue26] ... ok
markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok
markdown2/tm/basic_safe_mode [safe_mode] ... ok
markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok
markdown2/tm/blockquote ... ok
markdown2/tm/blockquote_with_pre ... ok
markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok
markdown2/tm/code_safe_emphasis [code_friendly] ... ok
markdown2/tm/codeblock ... ok
markdown2/tm/codespans ... ok
markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/cuddled_list_indented [smedberg, issue36, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_para_and_list [smedberg, issue33, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_with_para ... ok
markdown2/tm/demote_headers ... ok
markdown2/tm/emacs_head_vars [emacs] ... ok
markdown2/tm/emacs_tail_vars [emacs] ... ok
markdown2/tm/emphasis ... ok
markdown2/tm/escapes [issue15] ... ok
markdown2/tm/fenced_code_blocks_simple [extra, fenced-code-blocks] ... ok
markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-code-blocks, pygments] ... ok
markdown2/tm/footnotes ... ok
markdown2/tm/footnotes_letters [footnotes] ... ok
markdown2/tm/footnotes_markup [footnotes] ... ok
markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok
markdown2/tm/footnotes_underscores [issue27] ... ok
markdown2/tm/header ... ok
markdown2/tm/header_ids_1 [extra, header-ids] ... ok
markdown2/tm/header_ids_2 [extra, header-ids] ... ok
markdown2/tm/header_ids_3 [extra, header-ids] ... ok
markdown2/tm/header_ids_4 [extra, header-ids, unicode] ... ok
markdown2/tm/header_ids_5 [extra, header-ids] ... ok
markdown2/tm/hr ... ok
markdown2/tm/hr_spaces ... ok
markdown2/tm/html5_block_tags [issue57] ... ok
markdown2/tm/img_in_link ... ok
markdown2/tm/inline_links ... ok
markdown2/tm/issue21_gt_escaping [issue21, escape] ... ok
markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok
markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3] ... ok
markdown2/tm/issue54_escape_link_title [issue54] ... ok
markdown2/tm/link_defn_alt_title_delims ... ok
markdown2/tm/link_defn_spaces_in_url [issue18] ... ok
markdown2/tm/link_patterns ... ok
markdown2/tm/link_patterns_double_hit [link_patterns] ... ok
markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok
markdown2/tm/lists ... ok
markdown2/tm/lists2 [issue16] ... ok
markdown2/tm/long_link [issue24] ... ok
markdown2/tm/markdown_in_html [markdown-in-html, toc, extra] ... ok
markdown2/tm/metadata [extra, metadata, issue78] ... ok
markdown2/tm/mismatched_footnotes ... ok
markdown2/tm/missing_link_defn ... ok
markdown2/tm/nested_list ... ok
markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/not_quite_a_list ... ok
markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok
markdown2/tm/pi_and_xinclude [xml, pi, xinclude] ... ok
markdown2/tm/pyshell ... ok
markdown2/tm/raw_html ... ok
markdown2/tm/ref_links ... ok
markdown2/tm/smarty_pants [smarty-pants, issue42] ... ok
markdown2/tm/smarty_pants_image_links [smarty-pants, issue76] ... ok
markdown2/tm/sublist-para [questionable] ... ok
markdown2/tm/syntax_color [extra, code-color, pygments] ... ok
markdown2/tm/syntax_color_opts [extra, code-color, pygments] ... ok
markdown2/tm/toc_1 [toc, extra] ... ok
markdown2/tm/toc_2 [toc, extra] ... ok
markdown2/tm/tricky_anchors ... ok
markdown2/tm/two_comments ... ok
markdown2/tm/underline_in_autolink ... ok
markdown2/tm/wiki_tables [extra, wiki-tables, issue66] ... ok
markdown2/tm/xss_quotes [issue30] ... ok
markdown2/markdowntest/auto_links ... ok
markdown2/markdowntest/backslash_escapes ... ok
markdown2/markdowntest/blockquotes_with_code_blocks ... ok
markdown2/markdowntest/hard-wrapped_paragraphs_with_list-like_lines ... ok
markdown2/markdowntest/horizontal_rules ... ok
markdown2/markdowntest/inline_html_simple ... ok
markdown2/markdowntest/inline_html_comments ... ok
markdown2/markdowntest/links_inline_style ... ok
markdown2/markdowntest/links_reference_style ... ok
markdown2/markdowntest/literal_quotes_in_titles ... ok
markdown2/markdowntest/markdown_documentation_basics ... ok
markdown2/markdowntest/markdown_documentation_syntax ... ok
markdown2/markdowntest/nested_blockquotes ... ok
markdown2/markdowntest/ordered_and_unordered_lists ... ok
markdown2/markdowntest/strong_and_em_together ... ok
markdown2/markdowntest/tabs ... ok
markdown2/phpmarkdown/code_spans ... ok
markdown2/phpmarkdown/email_auto_links ... ok
markdown2/phpmarkdown/headers ... ok
markdown2/phpmarkdown/images_untitled ... ok
markdown2/phpmarkdown/inline_html_comments ... ok
markdown2/phpmarkdown/ins_&_del ... ok
markdown2/phpmarkdown/links_inline_style ... ok
markdown2/phpmarkdown/md5_hashes ... ok
markdown2/phpmarkdown/php-specific_bugs ... ok
markdown2/phpmarkdown/tight_blocks ... ok
markdown2/direct/code_in_strong [code, strong] ... ok
markdown2/direct/pre ... ok
markdown2/direct/russian [unicode, issue3] ... ok
markdown2/direct/slow_hr [perf] ... ok
markdown2/direct/starter_pre [pre, recipes] ... ok
markdown2/doctests/api ... ok
----------------------------------------------------------------------
Ran 106 tests in 1.606s
OK
-- test with Python 3.3 (/usr/local/bin/python3.3)
markdown2/tm/auto_link ... ok
markdown2/tm/auto_link_email_with_underscore [issue26] ... ok
markdown2/tm/auto_link_safe_mode [issue7, safe_mode] ... ok
markdown2/tm/basic_safe_mode [safe_mode] ... ok
markdown2/tm/basic_safe_mode_escape [safe_mode] ... ok
markdown2/tm/blockquote ... ok
markdown2/tm/blockquote_with_pre ... ok
markdown2/tm/code_block_with_tabs [fromphpmarkdown] ... ok
markdown2/tm/code_safe_emphasis [code_friendly] ... ok
markdown2/tm/codeblock ... ok
markdown2/tm/codespans ... ok
markdown2/tm/codespans_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/cuddled_list_indented [smedberg, issue36, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_para_and_list [smedberg, issue33, extra, cuddle-lists] ... ok
markdown2/tm/cuddled_with_para ... ok
markdown2/tm/demote_headers ... ok
markdown2/tm/emacs_head_vars [emacs] ... ok
markdown2/tm/emacs_tail_vars [emacs] ... ok
markdown2/tm/emphasis ... ok
markdown2/tm/escapes [issue15] ... ok
markdown2/tm/fenced_code_blocks_simple [extra, fenced-code-blocks] ... ok
markdown2/tm/fenced_code_blocks_syntax_highlighting [extra, fenced-code-blocks, pygments] ... ok
markdown2/tm/footnotes ... ok
markdown2/tm/footnotes_letters [footnotes] ... ok
markdown2/tm/footnotes_markup [footnotes] ... ok
markdown2/tm/footnotes_safe_mode_escape [safe_mode, footnotes] ... ok
markdown2/tm/footnotes_underscores [issue27] ... ok
markdown2/tm/header ... ok
markdown2/tm/header_ids_1 [extra, header-ids] ... ok
markdown2/tm/header_ids_2 [extra, header-ids] ... ok
markdown2/tm/header_ids_3 [extra, header-ids] ... ok
markdown2/tm/header_ids_4 [extra, header-ids, unicode] ... ok
markdown2/tm/header_ids_5 [extra, header-ids] ... ok
markdown2/tm/hr ... ok
markdown2/tm/hr_spaces ... ok
markdown2/tm/html5_block_tags [issue57] ... ok
markdown2/tm/img_in_link ... ok
markdown2/tm/inline_links ... ok
markdown2/tm/issue21_gt_escaping [issue21, escape] ... ok
markdown2/tm/issue2_safe_mode_borks_markup [safe_mode] ... ok
markdown2/tm/issue3_bad_code_color_hack [extra, code-color, unicode, pygments, issue3] ... ok
markdown2/tm/issue54_escape_link_title [issue54] ... ok
markdown2/tm/link_defn_alt_title_delims ... ok
markdown2/tm/link_defn_spaces_in_url [issue18] ... ok
markdown2/tm/link_patterns ... ok
markdown2/tm/link_patterns_double_hit [link_patterns] ... ok
markdown2/tm/link_patterns_edge_cases [link_patterns] ... ok
markdown2/tm/lists ... ok
markdown2/tm/lists2 [issue16] ... ok
markdown2/tm/long_link [issue24] ... ok
markdown2/tm/markdown_in_html [markdown-in-html, toc, extra] ... ok
markdown2/tm/metadata [extra, metadata, issue78] ... ok
markdown2/tm/mismatched_footnotes ... ok
markdown2/tm/missing_link_defn ... ok
markdown2/tm/nested_list ... ok
markdown2/tm/nested_list_safe_mode [issue9, safe_mode] ... ok
markdown2/tm/not_quite_a_list ... ok
markdown2/tm/parens_in_url_4 [fromphpmarkdown] ... ok
markdown2/tm/pi_and_xinclude [xml, pi, xinclude] ... ok
markdown2/tm/pyshell ... ok
markdown2/tm/raw_html ... ok
markdown2/tm/ref_links ... ok
markdown2/tm/smarty_pants [smarty-pants, issue42] ... ok
markdown2/tm/smarty_pants_image_links [smarty-pants, issue76] ... ok
markdown2/tm/sublist-para [questionable] ... ok
markdown2/tm/syntax_color [extra, code-color, pygments] ... ok
markdown2/tm/syntax_color_opts [extra, code-color, pygments] ... ok
markdown2/tm/toc_1 [toc, extra] ... ok
markdown2/tm/toc_2 [toc, extra] ... ok
markdown2/tm/tricky_anchors ... ok
markdown2/tm/two_comments ... ok
markdown2/tm/underline_in_autolink ... ok
markdown2/tm/wiki_tables [extra, wiki-tables, issue66] ... ok
markdown2/tm/xss_quotes [issue30] ... ok
markdown2/markdowntest/auto_links ... ok
markdown2/markdowntest/backslash_escapes ... ok
markdown2/markdowntest/blockquotes_with_code_blocks ... ok
markdown2/markdowntest/hard-wrapped_paragraphs_with_list-like_lines ... ok
markdown2/markdowntest/horizontal_rules ... ok
markdown2/markdowntest/inline_html_simple ... ok
markdown2/markdowntest/inline_html_comments ... ok
markdown2/markdowntest/links_inline_style ... ok
markdown2/markdowntest/links_reference_style ... ok
markdown2/markdowntest/literal_quotes_in_titles ... ok
markdown2/markdowntest/markdown_documentation_basics ... ok
markdown2/markdowntest/markdown_documentation_syntax ... ok
markdown2/markdowntest/nested_blockquotes ... ok
markdown2/markdowntest/ordered_and_unordered_lists ... ok
markdown2/markdowntest/strong_and_em_together ... ok
markdown2/markdowntest/tabs ... ok
markdown2/phpmarkdown/code_spans ... ok
markdown2/phpmarkdown/email_auto_links ... ok
markdown2/phpmarkdown/headers ... ok
markdown2/phpmarkdown/images_untitled ... ok
markdown2/phpmarkdown/inline_html_comments ... ok
markdown2/phpmarkdown/ins_&_del ... ok
markdown2/phpmarkdown/links_inline_style ... ok
markdown2/phpmarkdown/md5_hashes ... ok
markdown2/phpmarkdown/php-specific_bugs ... ok
markdown2/phpmarkdown/tight_blocks ... ok
markdown2/direct/code_in_strong [code, strong] ... ok
markdown2/direct/pre ... ok
markdown2/direct/russian [unicode, issue3] ... ok
markdown2/direct/slow_hr [perf] ... ok
markdown2/direct/starter_pre [pre, recipes] ... ok
markdown2/doctests/api ... ok
----------------------------------------------------------------------
Ran 106 tests in 0.565s
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment