Skip to content

Commit

Permalink
v3.9.x: fix test for the latest version of rdiscount
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jan 25, 2023
1 parent 42150e9 commit 17ce428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_rdiscount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ class TestRdiscount < JekyllUnitTest

should "render toc" do
toc = <<-TOC
<a name="Header.1"></a>
<a name="Header-1"></a>
<h1>Header 1</h1>
<a name="Header.2"></a>
<a name="Header-2"></a>
<h2>Header 2</h2>
<p><ul>
<li><a href="#Header.1">Header 1</a>
<li><a href="#Header-1">Header 1</a>
<ul>
<li><a href="#Header.2">Header 2</a></li>
<li><a href="#Header-2">Header 2</a></li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 17ce428

Please sign in to comment.