From b989766d3cb3982a4ce4d273368598519d1ab304 Mon Sep 17 00:00:00 2001 From: Vlad Emelianov Date: Thu, 25 Apr 2024 01:04:14 +0300 Subject: [PATCH] Update tests --- tests/utils/test_strings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utils/test_strings.py b/tests/utils/test_strings.py index d7d2151b5..c5c58d623 100644 --- a/tests/utils/test_strings.py +++ b/tests/utils/test_strings.py @@ -32,6 +32,7 @@ def test_get_short_docstring(self) -> None: assert get_short_docstring("") == "" assert get_short_docstring("\n") == "" assert get_short_docstring("`asd\n:type") == "`asd`." + assert get_short_docstring("`as’d\n:type") == "`as'd`." assert ( get_short_docstring("`asd `\n **Request syntax**::\ntest") == "[asd](https://link)."