mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
app-emacs/treemacs: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/33452 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
committed by
Maciej Barć
parent
73bf730206
commit
fa0bb43a2f
@@ -1,31 +0,0 @@
|
||||
Disable bad tests.
|
||||
|
||||
--- a/test/treemacs-test.el
|
||||
+++ b/test/treemacs-test.el
|
||||
@@ -372,7 +372,7 @@
|
||||
|
||||
(describe "treemacs--parent"
|
||||
|
||||
- (it "Fails on nil input"
|
||||
+ (xit "Fails on nil input"
|
||||
(expect (treemacs--parent nil) :to-throw))
|
||||
|
||||
(it "Returns nil when input is empty"
|
||||
@@ -393,14 +393,14 @@
|
||||
(it "Returns directory extension of extension sub-item node."
|
||||
(expect (treemacs--parent '("/test1" "a" "b")) :to-equal '("/test1" "a")))
|
||||
|
||||
- (it "Returns directory of a directory extension node."
|
||||
+ (xit "Returns directory of a directory extension node."
|
||||
(expect (treemacs--parent '("/test1" "a")) :to-equal "/test1"))
|
||||
|
||||
- (it "Returns project extension of a project sub-item node."
|
||||
+ (xit "Returns project extension of a project sub-item node."
|
||||
(let ((p (treemacs-project->create! :path "/A" :path-status 'local-readable)))
|
||||
(expect (treemacs--parent (list p "a" "b")) :to-equal (list p "a"))))
|
||||
|
||||
- (it "Returns project of a project extension node."
|
||||
+ (xit "Returns project of a project extension node."
|
||||
(let ((p (treemacs-project->create! :path "/A" :path-status 'local-readable)))
|
||||
(expect (treemacs--parent (list p "a")) :to-equal "/A"))))
|
||||
|
||||
Reference in New Issue
Block a user