Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vemel committed Apr 24, 2024
1 parent 1c5c18d commit b989766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_strings.py
Expand Up @@ -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 <https://link>`\n **Request syntax**::\ntest")
== "[asd](https://link)."
Expand Down

0 comments on commit b989766

Please sign in to comment.