On 24 Jan 2008, at 06:39, DEVOGON wrote:
<snip>
t/20fulldocs-multimarkdown..................
# Failed test 'Docs test: Blockquotes_with_code_blocks'
# at t/20fulldocs-multimarkdown.t line 25.
# Failed test 'Docs test: Nested_blockquotes'
# at t/20fulldocs-multimarkdown.t line 25.
# Looks like you failed 2 tests of 33.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/33 subtests
t/21fulldocs-markdown.......................
# Failed test 'Docs test: Blockquotes_with_code_blocks'
# at /home/d/.cpanplus/5.10.0/build/Text-MultiMarkdown-1.0.11/t/
20fulldocs-multimarkdown.t line 25.
# Failed test 'Docs test: Nested_blockquotes'
# at /home/d/.cpanplus/5.10.0/build/Text-MultiMarkdown-1.0.11/t/
20fulldocs-multimarkdown.t line 25.
# Looks like you failed 2 tests of 23.
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/23 subtests
<snip>
Summary of my perl5 (revision 5 version 10 subversion 0)
configuration:
Your test output doesn't actually have the 'got' vs 'expected'
strings. But I think that this (like a couple of other fails that I'm
seeing) is due to whitespace changes, as the regex engine behaves
slightly differently in new / old perl... (From what I can see, I
fail against 5.10, but not against 5.8).
Can you possibly install Text::Diff in this environment and re-test
for me?
Thanks in advance!
Tom