Comment 3 for bug 1887850

Revision history for this message
Steve Langasek (vorlon) wrote :

Well, I see that he's patched it, but it hasn't fixed the build failure in Ubuntu.

# Failed test 'parse->to_html'
# at t/parse.t line 35.
# Looks like you failed 1 test of 5.
t/parse.t ...............
ok 1 - 'parse markdown' isa 'Pandoc::Document'
ok 2 - parse markdown
ok 3 - parse html
ok 4 # skip pandoc executable < 1.18 required
not ok 5 - parse->to_html
1..5

https://launchpad.net/ubuntu/+source/libpandoc-wrapper-perl/0.9.0-2/+build/22263024

Also the comment in the patch says

++ # Pandoc older than 2.9.2 adds extra data-number fields

And we're using pandoc 2.9.2.1?