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

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

[elpa] externals/xr 15b867d 2/3: Fix test in Emacs 26 (bug #3)


From: Mattias Engdegård
Subject: [elpa] externals/xr 15b867d 2/3: Fix test in Emacs 26 (bug #3)
Date: Mon, 9 Mar 2020 11:54:35 -0400 (EDT)

branch: externals/xr
commit 15b867d343a54102833743e0021ed5795a7d9631
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Fix test in Emacs 26 (bug #3)
    
    The 'base' category was (or will be) introduced in Emacs 27; make sure
    the tests don't actually use it in regexp matching.
    Found by Lev Lamberov.
---
 xr-test.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xr-test.el b/xr-test.el
index 397d8f4..432b8af 100644
--- a/xr-test.el
+++ b/xr-test.el
@@ -504,7 +504,7 @@
                    '((5 . "Branch matches subset of a previous branch"))))
     (should (equal (xr-lint "\\S-\\|x")
                    '((5 . "Branch matches subset of a previous branch"))))
-    (should (equal (xr-lint "\\c.\\|a")
+    (should (equal (xr-lint "\\cl\\|Ã¥")
                    '((5 . "Branch matches subset of a previous branch"))))
     (should (equal (xr-lint "\\Ca\\|ü")
                    '((5 . "Branch matches subset of a previous branch"))))



reply via email to

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