From 055d51e37652952a4d8e336cbd6896c660f2a802 Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Fri, 13 Dec 2024 12:22:20 +0000 Subject: [PATCH] Fix test_reference_implicit_with_code_inlinehilite_python Fix the test with the latest pymdownx --- tests/test_references.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_references.py b/tests/test_references.py index 323813d..585529e 100644 --- a/tests/test_references.py +++ b/tests/test_references.py @@ -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='

This pathlib.Path.

', + output='

This pathlib.Path.

', )