Microsoft (R) Program Maintenance Utility Version 7.00.8882 Copyright (C) Microsoft Corp 1988-2000. All rights reserved. rem rem C:\cpanrun-5.8\build\5-8-0\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib\lib', 'blib\arch')" t/01use.t t/02pod.t t/03podcoverage.t t/03podspelling.t t/04markdown.t t/05options.t t/06wiki.t t/07fulldoc.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/16headingsinlists.t t/17olulreportedonlist.t t/18codespanextra.t t/19exporter-markdown.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/29fulldocs-maruku-unittest.t t/30disable_multimarkdown_features.t t/31angleedgecase.t t/32tabwidth.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::MultiMarkdown->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/16headingsinlists.......................1..3 ok 1 - use Text::MultiMarkdown; ok 2 not ok 3 # TODO Fails as lack of space between list elements means we only run span level tags, and headings are block level # Failed (TODO) test (t/16headingsinlists.t at line 35) # got: ' # ' # expected: ' # ' ok t/17olulreportedonlist....................1..2 ok 1 - use Text::MultiMarkdown; not ok 2 # TODO Does not work as expected in current Markdown, known bug. # Failed (TODO) test (t/17olulreportedonlist.t at line 19) # got: ' # ' # expected: ' # #
    #
  1. 1
  2. #
  3. 2
  4. #
# '