Skip to content

Commit

Permalink
Fix test_compile_markdown.py to match new Pygments version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwpolska authored Jan 11, 2025
1 parent fc41b46 commit 1da7205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compile_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""\
<div class="code"><table class="codetable"><tr><td class="linenos linenodiv">\
<a href="#-1"><code data-line-number="1"></code></a></td>\
<td class="code"><code><span class="kn">from</span> <span class="nn">this</span>
<td class="code"><code><span class="kn">from</span><span class="w"> </span><span class="nn">this</span>
</code></td></tr></table></div>
""",
id="hilite",
Expand Down

0 comments on commit 1da7205

Please sign in to comment.