[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote c3b2a9dce1: Expand the test for denote-sequence-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote c3b2a9dce1: Expand the test for denote-sequence--get-new-child |
Date: |
Wed, 8 Jan 2025 06:57:55 -0500 (EST) |
branch: externals/denote
commit c3b2a9dce16992f6bcc1e1fd9ffd71003e4fa21d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Expand the test for denote-sequence--get-new-child
This is to test the case reported by elliottw in issue 519:
<https://github.com/protesilaos/denote/issues/519> .
---
tests/denote-test.el | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/tests/denote-test.el b/tests/denote-test.el
index 5de980513d..1b087aa430 100644
--- a/tests/denote-test.el
+++ b/tests/denote-test.el
@@ -613,7 +613,9 @@ does not involve the time zone."
"20241230T075023==1=1=2--test__testing.txt"
"20241230T075023==1=2--test__testing.txt"
"20241230T075023==1=2=1--test__testing.txt"
- "20241230T075023==2--test__testing.txt")))
+ "20241230T075023==2--test__testing.txt"
+ "20241230T075023==45--test__testing.txt"
+ "20241230T075023==45=1--test__testing.txt")))
(sequences (denote-sequence-get-all-sequences files)))
(should
(and
@@ -622,7 +624,8 @@ does not involve the time zone."
(equal (denote-sequence--get-new-child "1=1=2" sequences) "1=1=2=1")
(equal (denote-sequence--get-new-child "1=2" sequences) "1=2=2")
(equal (denote-sequence--get-new-child "1=2=1" sequences) "1=2=1=1")
- (equal (denote-sequence--get-new-child "2" sequences) "2=1")))
+ (equal (denote-sequence--get-new-child "2" sequences) "2=1")
+ (equal (denote-sequence--get-new-child "45" sequences) "45=2")))
(should-error (denote-sequence--get-new-child "3" sequences))
(delete-directory denote-directory :delete-contents-as-well)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/denote c3b2a9dce1: Expand the test for denote-sequence--get-new-child,
ELPA Syncer <=