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

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

[elpa] externals/compat accc689c7e 20/84: Remove nonsensical file-parent


From: ELPA Syncer
Subject: [elpa] externals/compat accc689c7e 20/84: Remove nonsensical file-parent-directory test comment
Date: Tue, 3 Jan 2023 08:57:32 -0500 (EST)

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

    Remove nonsensical file-parent-directory test comment
---
 compat-tests.el | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/compat-tests.el b/compat-tests.el
index 2b5c8ba817..4f91473a85 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -2016,20 +2016,6 @@ being compared against."
   (ought t "~root/")
   (ought t "~root/file"))
 
-;; (compat-deftests file-parent-directory        ;assuming unix
-;;   (ought '() "/")
-;;   (ought t "/a")
-;;   (ought nil "a")
-;;   (ought nil "a/b")
-;;   (ought nil "a/b/")
-;;   (ought t "~")
-;;   (when (version< "27.1" emacs-version)
-;;     (ought t "~/foo")
-;;     (ought nil "~foo")
-;;     (ought nil "~foo/"))
-;;   (ought t "~root")
-;;   (ought t "~root/")
-;;   (ought t "~root/file"))
 (compat-deftests string-equal-ignore-case
   (ought t "" "")
   (ought t "a" "a")



reply via email to

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