test/md2man/roff_test.rb in md2man-2.1.1 vs test/md2man/roff_test.rb in md2man-3.0.0

- old
+ new

@@ -850,19 +850,19 @@ it 'does not break surrounding Markdown while processing references' do @markdown.render(heredoc(<<-INPUT)).must_equal(heredoc(<<-OUTPUT)) |For example, the `printf(3)` cross reference would be emitted as this HTML: | - | <a class="md2man-xref" href="../man3/printf.3.html">printf(3)</a> + | <a class="md2man-reference" href="../man3/printf.3.html">printf(3)</a> INPUT |.PP |For example, the \\fB\\fC |.BR printf (3)\\fR#{SPACE} |cross reference would be emitted as this HTML: |.PP |.RS |.nf - |<a class="md2man\\-xref" href="../man3/printf.3.html"> + |<a class="md2man\\-reference" href="../man3/printf.3.html"> |.BR printf (3)</a> |.fi |.RE OUTPUT end