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

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

[elpa] master 6d801a6 19/22: ivy-test.el (ivy-read): Update test.


From: Oleh Krehel
Subject: [elpa] master 6d801a6 19/22: ivy-test.el (ivy-read): Update test.
Date: Wed, 22 Apr 2015 19:51:52 +0000

branch: master
commit 6d801a64c04045a68de4d08baeb1a9e1b8c3010f
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    ivy-test.el (ivy-read): Update test.
    
    REQUIRE-MATCH is nil by default.
---
 ivy-test.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ivy-test.el b/ivy-test.el
index dfc1985..13a1467 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -59,4 +59,4 @@
   (should (equal
            (ivy-with '(ivy-read "pattern: " '("blue" "yellow"))
                      "z C-m")
-           nil)))
+           "z")))



reply via email to

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