spec/asciidoctor/rfc/v2/paragraph_spec.rb in asciidoctor-rfc-0.8.3 vs spec/asciidoctor/rfc/v2/paragraph_spec.rb in asciidoctor-rfc-0.8.5
- old
+ new
@@ -41,11 +41,11 @@
<front>
<title abbrev="abbrev_value">Document title</title>
<author fullname="Author"/>
<date day="1" month="January" year="2000"/>
</front><middle>
- <section anchor="_dante_s_revenge" title="Dante's Revenge">
+ <section anchor="_dantes_revenge" title="Dante's Revenge">
<t>Don't panic!</t>
</section>
</rfc>
OUTPUT
end
@@ -58,10 +58,10 @@
Author
== Dante's Revenge
Don't panic!
INPUT
- <section anchor="_dante_s_revenge" title="Dante’s Revenge">
+ <section anchor="_dantes_revenge" title="Dante’s Revenge">
<t>Don’t panic!</t>
</section>
OUTPUT
end
end