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 committed Dec 13, 2024
1 parent 40940c5 commit ec3e06a
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 @@ -113,7 +113,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 ec3e06a

Please sign in to comment.