branch: master
commit 3ae4f1ab112e6c278aed5a3f0681f8dc91bde570
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    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