From f6e525a45f80d59104227c2f4c4d322ccc1db5bc Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 16 Jan 2025 11:36:36 +0200 Subject: [PATCH] Adjust expected value in tests for newer Pygments white space is now surrounded by --- tcms/core/tests/test_markdown.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tcms/core/tests/test_markdown.py b/tcms/core/tests/test_markdown.py index 51cedf0ad6..bd25a58b45 100644 --- a/tcms/core/tests/test_markdown.py +++ b/tcms/core/tests/test_markdown.py @@ -66,7 +66,8 @@ def hello(): ```""" ), """
\
-def hello():
+def hello\
+():
     pass
 
""", )