Update test to reflect changes in the latest Rouge
This commit is contained in:
parent
56ed7bed5d
commit
9a7955d9b3
|
@ -275,7 +275,7 @@ class TestTags < JekyllUnitTest
|
||||||
expected = <<~EOS
|
expected = <<~EOS
|
||||||
<p>This is not yet highlighted</p>\n
|
<p>This is not yet highlighted</p>\n
|
||||||
<figure class="highlight"><pre><code class="language-php" data-lang="php"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
|
<figure class="highlight"><pre><code class="language-php" data-lang="php"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
|
||||||
</pre></td><td class="code"><pre><span class="nx">test</span>\n</pre></td></tr></tbody></table></code></pre></figure>\n
|
</pre></td><td class="code"><pre><span class="n">test</span>\n</pre></td></tr></tbody></table></code></pre></figure>\n
|
||||||
<p>This should not be highlighted, right?</p>
|
<p>This should not be highlighted, right?</p>
|
||||||
EOS
|
EOS
|
||||||
assert_match(expected, @result)
|
assert_match(expected, @result)
|
||||||
|
|
Loading…
Reference in New Issue