Skip to content

Commit

Permalink
Adjust expected value in tests for newer Pygments
Browse files Browse the repository at this point in the history
white space is now surrounded by
<span class="w">
  • Loading branch information
atodorov committed Jan 16, 2025
1 parent c19730a commit f6e525a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tcms/core/tests/test_markdown.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def hello():
```"""
),
"""<div class="codehilite"><pre><span></span>\
<code><span class="k">def</span> <span class="nf">hello</span><span class="p">():</span>
<code><span class="k">def</span><span class="w"> </span><span class="nf">hello</span>\
<span class="p">():</span>
<span class="k">pass</span>
</code></pre></div>""",
)
Expand Down

0 comments on commit f6e525a

Please sign in to comment.