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

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

[elpa] externals-release/org 413afbe 2/2: test-org: Fix failing test in


From: ELPA Syncer
Subject: [elpa] externals-release/org 413afbe 2/2: test-org: Fix failing test in non-English languages
Date: Fri, 26 Nov 2021 05:57:26 -0500 (EST)

branch: externals-release/org
commit 413afbe210cb0e9aa9c8e962051f53a4990357b1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    test-org: Fix failing test in non-English languages
    
    * testing/lisp/test-org.el (test-org/auto-repeat-maybe): Do not assume
    abbreviated day name is in English.
---
 testing/lisp/test-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 18d41a0..5b16131 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -7417,7 +7417,7 @@ CLOCK: [2012-03-29 Thu 10:00]--[2012-03-29 Thu 16:40] =>  
6:40"
   (should
    (string-match-p
     (rx "* TODO Read book
-SCHEDULED: <2021-06-16 Wed +1d>
+SCHEDULED: <2021-06-16 " (1+ (not space)) " +1d>
 :PROPERTIES:
 :LAST_REPEAT:" (1+ nonl) "
 :END:



reply via email to

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