Skip to content

Commit

Permalink
Fix test_reference_implicit_with_code_inlinehilite_python
Browse files Browse the repository at this point in the history
Fix the test with the latest pymdownx
  • Loading branch information
davide125 authored and pawamoy committed Jan 10, 2025
1 parent 7f45227 commit 055d51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_references.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_reference_implicit_with_code_inlinehilite_python() -> None:
extensions={"pymdownx.inlinehilite": {"style_plain_text": "python"}, "pymdownx.highlight": {}},
url_map={"pathlib.Path": "pathlib.html#Path"},
source="This [`pathlib.Path`][].",
output='<p>This <a class="autorefs autorefs-internal" href="pathlib.html#Path"><code class="highlight">pathlib.Path</code></a>.</p>',
output='<p>This <a class="autorefs autorefs-internal" href="pathlib.html#Path"><code class="language-python highlight">pathlib.Path</code></a>.</p>',
)


Expand Down

0 comments on commit 055d51e

Please sign in to comment.