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

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

[elpa] master 3ae4f1a 052/167: ivy-test.el (swiper--re-builder): Update


From: Oleh Krehel
Subject: [elpa] master 3ae4f1a 052/167: ivy-test.el (swiper--re-builder): Update
Date: Tue, 08 Dec 2015 10:49:51 +0000

branch: master
commit 3ae4f1ab112e6c278aed5a3f0681f8dc91bde570
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy-test.el (swiper--re-builder): Update
    
    Due to last commit
---
 ivy-test.el |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ivy-test.el b/ivy-test.el
index 5c77394..03605e1 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -79,9 +79,9 @@
   (should (string= (swiper--re-builder "^")
                    "."))
   (should (string= (swiper--re-builder "^a")
-                   "^[0-9][0-9 ]\\{4\\}\\(a\\)"))
+                   "^ ?\\(a\\)"))
   (should (string= (swiper--re-builder "^a b")
-                   "^[0-9][0-9 ]\\{4\\}\\(a\\).*?\\(b\\)")))
+                   "^ \\(a\\).*?\\(b\\)")))
 
 (ert-deftest ivy--split ()
   (should (equal (ivy--split "King of the who?")



reply via email to

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