Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. rem rem Installing C:\cpanrun-5.8\build\5-8-0\site\lib\Text\MultiMarkdown.pm Writing C:\cpanrun-5.8\build\5-8-0\site\lib\auto\Text\MultiMarkdown\.packlist Appending installation info to C:\cpanrun-5.8\build\5-8-0\lib/perllocal.pod doc.t t/08exporter.t t/09base_url.t t/10use_metadata.t t/11docment_format.t t/12empty_element_suffix.t t/13multimarkdown-nometadata-firstpara.t t/14unicode.t t/15inlinehtmldoenoturnoffmarkdown.t t/17olulreportedonlist.t t/20fulldocs-multimarkdown.t t/21fulldocs-markdown.t t/22fulldocs-multimarkdown-todo.t t/23fulldocs-markdown-todo.t t/24fulldocs-pythonmarkdown2-tm.t t/26fulldocs-php-markdown.t t/27fulldocs-php-markdown-fails.t t/28fulldocs-php-markdown-extra.t t/30fulldocs-maruku-unittest.t t/01use...................................1..1 ok 1 - use Text::MultiMarkdown; ok t/02pod...................................1..0 # Skip set TEST_POD to enable this test skipped all skipped: set TEST_POD to enable this test t/03podcoverage...........................1..0 # Skip set TEST_POD to enable this test skipped all skipped: set TEST_POD to enable this test t/03podspelling...........................1..0 # Skip Test::Spelling 0.11 not installed skipped all skipped: Test::Spelling 0.11 not installed t/04markdown..............................1..3 ok 1 - use Text::MultiMarkdown; ok 2 ok 3 ok t/05options...............................1..3 ok 1 - use Text::MultiMarkdown; ok 2 ok 3 ok t/06wiki..................................1..9 ok 1 - use Text::MultiMarkdown; ok 2 - No link where no htmlwiki ok 3 - has a link where expected ok 4 - use wikilinks does not toggle pref ok 5 - use_wikilinks pref in ->markdown produces same out as metadata ok 6 - use_wikilinks = 0 pref in ->markdown produces same out as no metadata ok 7 - use wikiwords pref in constructor produces same out as metadata ok 8 - not use wikilinks pref in markdown produces same out as no metadata when instance has wikilinks enabled ok 9 - Wiki word escaping works as expected ok t/07fulldoc...............................1..2 ok 1 - use Text::MultiMarkdown; ok 2 - Output matches expected ok t/08exporter..............................1..5 ok 1 - use Text::MultiMarkdown; ok 2 - Functional markdown works without an exception ok 3 - exported markdown function works not ok 4 - Lives (class method) # TODO Broken here # Failed (TODO) test (t/08exporter.t at line 27) # died: Calling Text::MultiMarkdown->markdown (as a class method) is not supported. at t/08exporter.t line 26 not ok 5 - Text::Markdown->markdown() works (as class method) # TODO Broken here # Failed (TODO) test (t/08exporter.t at line 31) # got: '' # expected: '

A trivial block of text

' ok t/09base_url..............................1..4 ok 1 - use Text::MultiMarkdown; ok 2 - Markdown with wiki links, no base url ok 3 - Markdown with wiki links, with base url in instance ok 4 - Markdown with wiki links, with base url in metadata ok t/10use_metadata..........................1..7 ok 1 - use Text::MultiMarkdown; ok 2 - Markdown with wiki links, and base url, metadata switched on in instance ok 3 - Markdown with wiki links, with base url in instance (no metadata) ok 4 - Markdown with wiki links, and base url, metadata switched on in options ok 5 - Markdown with wiki links, with base url in instance (no metadata) - try 2 to ensure option to markdown does not frob setting ok 6 - Markdown with wiki links, with metadata off and stripped ok 7 - Markdown with wiki links, with metadata on but stripped ok t/11docment_format........................1..5 ok 1 - use Text::MultiMarkdown; ok 2 - Markdown ok 3 - Markdown with complete xhtml doc ok 4 - Markdown with complete xhtml doc (and metadata) ok 5 - Markdown withmetadata, but no complete doc ok t/12empty_element_suffix..................1..3 ok 1 - use Text::MultiMarkdown; ok 2 - Normal element suffix as expected ok 3 - HTML element suffix also as expected ok t/13multimarkdown-nometadata-firstpara....1..2 ok 1 - use Text::MultiMarkdown; ok 2 ok t/14unicode...............................1..3 ok 1 - use Text::MultiMarkdown; ok 2 - No exception from markdown () ok 3 ok t/15inlinehtmldoenoturnoffmarkdown........1..3 ok 1 - use Text::MultiMarkdown; ok 2 ok 3 ok t/17olulreportedonlist....................1..3 ok 1 - use Text::MultiMarkdown; ok 2 not ok 3 # TODO Known bug in lists # Failed (TODO) test (t/17olulreportedonlist.t at line 54) # got: '

I wrote the following markdown code.

# # # #

I expected that Text-Markdown would produce the following HTML

# ' # expected: '

I wrote the following markdown code.

# # # #
    #
  1. 1
  2. #
  3. 2
  4. #
# #

I expected that Text-Markdown would produce the following HTML

# ' ok t/20fulldocs-multimarkdown................1..33 ok 1 - use Text::MultiMarkdown; ok 2 - Docs test: Amps_and_angles_encoding-advanced ok 3 - Docs test: Amps_and_angle_encoding ok 4 - Docs test: Auto_links ok 5 - Docs test: Backslash_escapes ok 6 - Docs test: Blockquotes_with_code_blocks ok 7 - Docs test: Citations ok 8 - Docs test: complex_escaping ok 9 - Docs test: Cross-References ok 10 - Docs test: Footnotes ok 11 - Docs test: Hard-wrapped_paragraphs_with_list-like_lines ok 12 - Docs test: Horizontal_rules ok 13 - Docs test: Images ok 14 - Docs test: Inline_HTML_(Advanced) ok 15 - Docs test: Inline_HTML_(Simple) ok 16 - Docs test: Inline_HTML_comments ok 17 - Docs test: Links_inline_style ok 18 - Docs test: Links_reference_style ok 19 - Docs test: Link_Attributes ok 20 - Docs test: Lists ok 21 - Docs test: Literal_quotes_in_titles ok 22 - Docs test: Markdown_Documentation_-_Basics ok 23 - Docs test: Markdown_Documentation_-_Syntax ok 24 - Docs test: Metadata_(Complete) ok 25 - Docs test: Metadata_(Snippet) ok 26 - Docs test: Nested_blockquotes ok 27 - Docs test: Ordered_and_unordered_lists ok 28 - Docs test: Special_Characters ok 29 - Docs test: Strong_and_em_together ok 30 - Docs test: Tables ok 31 - Docs test: Tabs ok 32 - Docs test: Wiki_Features ok 33 - No warnings expected ok t/21fulldocs-markdown.....................1..23 ok 1 - use Text::MultiMarkdown; ok 2 - Docs test: Amps_and_angle_encoding ok 3 - Docs test: Auto_links ok 4 - Docs test: Backslash_escapes ok 5 - Docs test: Blockquotes_with_code_blocks ok 6 - Docs test: Code_Blocks ok 7 - Docs test: Code_Spans ok 8 - Docs test: Hard-wrapped_paragraphs_with_list-like_lines ok 9 - Docs test: Horizontal_rules ok 10 - Docs test: Images ok 11 - Docs test: Inline_HTML_(Advanced) ok 12 - Docs test: Inline_HTML_(Simple) ok 13 - Docs test: Inline_HTML_comments ok 14 - Docs test: Links_inline_style ok 15 - Docs test: Links_reference_style ok 16 - Docs test: Links_shortcut_references ok 17 - Docs test: Literal_quotes_in_titles ok 18 - Docs test: Markdown_Documentation_-_Basics ok 19 - Docs test: Markdown_Documentation_-_Syntax ok 20 - Docs test: Nested_blockquotes ok 21 - Docs test: Ordered_and_unordered_lists ok 22 - Docs test: Strong_and_em_together ok 23 - Docs test: Tabs ok t/22fulldocs-multimarkdown-todo...........1..4 ok 1 - use Text::MultiMarkdown; ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -16,7 +16,7 @@

Here's an inline link.

-

This is not handled <<properly>>.

+

This is not handled <>.

But this <<is>>.
 
not ok 2 - Docs test: Amps_and_angle_encoding # TODO These tests are known broken # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,3 +1,3 @@

some.user@some.company.com

-

some.user@some.company.com

+

some.user@some.company.com

not ok 3 - Docs test: Email_Obfuscation # TODO These tests are known broken # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,8 +1,9 @@
-

A list within a blockquote:

- +

A list within a blockquote:

+ +
not ok 4 - Docs test: Tidyness # TODO These tests are known broken # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ok t/23fulldocs-markdown-todo................1..1 ok 1 - use Text::MultiMarkdown; ok t/24fulldocs-pythonmarkdown2-tm...........1..41 ok 1 - use Text::MultiMarkdown; ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,3 +1,3 @@

I can has autolink? http://icanhascheeseburger.com

-

Ask garfield: garfield@example.com

+

Ask garfield: garfield@example.com

not ok 2 - Docs test: auto_link # TODO Not many of the python markdown tests pass, but they ran off and did their own thing # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,3 +1,3 @@

I can has autolink? http://icanhascheeseburger.com

-

Ask garfield: garfield@example.com

+

Ask garfield: garfield@example.com

not ok 3 - Docs test: auto_link_safe_mode # TODO Not many of the python markdown tests pass, but they ran off and did their own thing # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,5 +1,5 @@ -

blah [HTML_REMOVED] blah

+

blah blah

-

[HTML_REMOVED]yowzer![HTML_REMOVED]

+
yowzer!

blah

not ok 4 - Docs test: basic_safe_mode # TODO Not many of the python markdown tests pass, but they ran off and did their own thing # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,5 +1,5 @@ -

blah <img src="dangerous"> blah

+

blah blah

-

<div>yowzer!</div>

+
yowzer!

blah

not ok 5 - Docs test: basic_safe_mode_escape # TODO Not many of the python markdown tests pass, but they ran off and did their own thing # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ok 6 - Docs test: blockquote # TODO Not many of the python markdown tests pass, but they ran off and did their own thing ok 7 - Docs test: blockquote_with_pre # TODO Not many of the python markdown tests pass, but they ran off and did their own thing ok 8 - Docs test: codeblock # TODO Not many of the python markdown tests pass, but they ran off and did their own thing ok 9 - Docs test: codespans # TODO Not many of the python markdown tests pass, but they ran off and did their own thing ok 10 - Docs test: codespans_safe_mode # TODO Not many of the python markdown tests pass, but they ran off and did their own thing ok 11 - Docs test: code_block_with_tabs # TODO Not many of the python markdown tests pass, but they ran off and did their own thing ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,2 +1,2 @@

This is italic and this is bold. -This is NOT _italic_ and this is __bold__ because --code-safe is turned on.

+This is NOT italic and this is bold because --code-safe is turned on.

not ok 12 - Docs test: code_safe_emphasis # TODO Not many of the python markdown tests pass, but they ran off and did their own thing # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,4 +1,4 @@ -

This sentence talks about the Python __init__ method, which I'd rather not be +

This sentence talks about the Python init method, which I'd rather not be interpreted as Markdown's strong.

not ok 13 - Docs test: emacs_head_vars # TODO Not many of the python markdown tests pass, but they ran off and did their own thing # Failed (TODO) test (C:/cpanrun-5.8/depot/main/contrib-patched/perl/CPAN/src/Text-MultiMarkdown/t/20fulldocs-multimarkdown.t at line 25) ================================================================================ DIFFERENCES: + = processed version from .text, - = template from .html @@ -1,4 +1,4 @@ -

This sentence talks about the Python __init__ method, which I'd rather not be +

This sentence talks about the Python init method, which I'd rather not be interpreted as Markdown's strong.