branch: externals/compat commit 9034bcc0ac5f76e0c28fd95fc8d72d886eebbaad Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Fix broken markup in some deftest docstrings --- compat-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compat-tests.el b/compat-tests.el index 9bbd0e4891..a116571ab2 100644 --- a/compat-tests.el +++ b/compat-tests.el @@ -1398,7 +1398,7 @@ the compatibility function." (compat--should nil (make-string 1 ?x)))) (ert-deftest compat-string-remove-prefix () - "Check if `compat--string-remove-prefix was implemented properly." + "Check if `compat--string-remove-prefix' was implemented properly." (compat-test string-remove-prefix (compat--should "" "" "") (compat--should "a" "" "a") @@ -1411,7 +1411,7 @@ the compatibility function." (compat--should "aabbcc" "dd" "aabbcc"))) (ert-deftest compat-string-remove-suffix () - "Check if `compat--string-remove-suffix was implemented properly." + "Check if `compat--string-remove-suffix' was implemented properly." (compat-test string-remove-suffix (compat--should "" "" "") (compat--should "a" "" "a")