branch: externals/compat
commit d77a66d79bc51cfd2fd398585c3478183c1c6bf1
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Remove superfluous quote disabling a test
---
 compat-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-tests.el b/compat-tests.el
index f59e33540b..777c7bb161 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -625,7 +625,7 @@ being compared against."
     (should (equal (compat-alist-get "one" alist-2 nil nil #'string=)
                    "eins"))))
 
-(compat-deftest string-trim-left'
+(compat-deftest string-trim-left
   (ought "" "")                          ;empty string
   (ought "a" "a")                        ;"full" string
   (ought "aaa" "aaa")

Reply via email to