Doesn't build with ruby 3.3
==> Starting check()...
Resolving dependencies...
/usr/bin/ruby -w -I"lib:lib:test" /usr/lib/ruby/gems/3.3.0/gems/rake-13.1.0/lib/rake/rake_test_loader.rb "test/test_conversions.rb" "test/test_pandoc_ruby.rb"
Run options: --seed 55437
# Running:
........F..F....................................F.................................F..................S.................................................................................................................
Finished in 80.043442s, 2.6860 runs/s, 4.2602 assertions/s.
1) Failure:
Conversions#test_0049_converts rst to man [test/test_conversions.rb:27]:
---------
EXPECTED:
---------
.SH This is a Title
Some \f[I]emphasized text\f[R] and a
link (http://daringfireball.net/projects/markdown/)
---------
-------
ACTUAL:
-------
.SH This is a Title
Some \f[I]emphasized text\f[R] and \c
.UR http://daringfireball.net/projects/markdown/
a link
.UE \c
-------
.
--- expected
+++ actual
@@ -1,3 +1,5 @@
".SH This is a Title
-Some \\f[I]emphasized text\\f[R] and a
-link (http://daringfireball.net/projects/markdown/)"
+Some \\f[I]emphasized text\\f[R] and \\c
+.UR http://daringfireball.net/projects/markdown/
+a link
+.UE \\c"
2) Failure:
Conversions#test_0069_converts latex to man [test/test_conversions.rb:27]:
---------
EXPECTED:
---------
.SH This is a Title
Some \f[I]emphasized text\f[R] and a
link (http://daringfireball.net/projects/markdown/)
---------
-------
ACTUAL:
-------
.SH This is a Title
Some \f[I]emphasized text\f[R] and \c
.UR http://daringfireball.net/projects/markdown/
a link
.UE \c
-------
.
--- expected
+++ actual
@@ -1,3 +1,5 @@
".SH This is a Title
-Some \\f[I]emphasized text\\f[R] and a
-link (http://daringfireball.net/projects/markdown/)"
+Some \\f[I]emphasized text\\f[R] and \\c
+.UR http://daringfireball.net/projects/markdown/
+a link
+.UE \\c"
3) Failure:
Conversions#test_0009_converts markdown to man [test/test_conversions.rb:27]:
---------
EXPECTED:
---------
.SH This is a Title
Some \f[I]emphasized text\f[R] and a
link (http://daringfireball.net/projects/markdown/)
---------
-------
ACTUAL:
-------
.SH This is a Title
Some \f[I]emphasized text\f[R] and \c
.UR http://daringfireball.net/projects/markdown/
a link
.UE \c
-------
.
--- expected
+++ actual
@@ -1,3 +1,5 @@
".SH This is a Title
-Some \\f[I]emphasized text\\f[R] and a
-link (http://daringfireball.net/projects/markdown/)"
+Some \\f[I]emphasized text\\f[R] and \\c
+.UR http://daringfireball.net/projects/markdown/
+a link
+.UE \\c"
4) Failure:
Conversions#test_0029_converts html to man [test/test_conversions.rb:27]:
---------
EXPECTED:
---------
.SH This is a Title
Some \f[I]emphasized text\f[R] and a
link (http://daringfireball.net/projects/markdown/)
---------
-------
ACTUAL:
-------
.SH This is a Title
Some \f[I]emphasized text\f[R] and \c
.UR http://daringfireball.net/projects/markdown/
a link
.UE \c
-------
.
--- expected
+++ actual
@@ -1,3 +1,5 @@
".SH This is a Title
-Some \\f[I]emphasized text\\f[R] and a
-link (http://daringfireball.net/projects/markdown/)"
+Some \\f[I]emphasized text\\f[R] and \\c
+.UR http://daringfireball.net/projects/markdown/
+a link
+.UE \\c"
215 runs, 341 assertions, 4 failures, 0 errors, 1 skips
You have skipped tests. Run with --verbose for details.
rake aborted!
Command failed with status (1): [ruby -w -I"lib:lib:test" /usr/lib/ruby/gems/3.3.0/gems/rake-13.1.0/lib/rake/rake_test_loader.rb "test/test_conversions.rb" "test/test_pandoc_ruby.rb" ]
Tasks: TOP => default => test
(See full trace by running task with --trace)
==> ERROR: A failure occurred in check().