emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat e48b73c22c 3/4: Prefix text-property-search test


From: ELPA Syncer
Subject: [elpa] externals/compat e48b73c22c 3/4: Prefix text-property-search tests with "compat-"
Date: Tue, 30 Aug 2022 09:57:25 -0400 (EDT)

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

    Prefix text-property-search tests with "compat-"
---
 compat-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index 6875db1ed5..31b5695cde 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -1868,7 +1868,7 @@ being compared against."
         #'compat--make-prop-match-with-vector
       #'compat--make-prop-match-with-record)))
 
-(ert-deftest text-property-search-forward ()
+(ert-deftest compat-text-property-search-forward ()
   (when (fboundp 'text-property-search-forward)
     (with-temp-buffer
       (insert "one "
@@ -1907,7 +1907,7 @@ being compared against."
     (goto-char (point-min))
     (should (null (text-property-search-forward 'non-existant)))))
 
-(ert-deftest text-property-search-backward ()
+(ert-deftest compat-text-property-search-backward ()
   (when (fboundp 'text-property-search-backward)
     (with-temp-buffer
       (insert "one "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]