[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 80db2cc 142/348: ivy-test.el (ivy-read-preselect): New tes
From: |
Oleh Krehel |
Subject: |
[elpa] master 80db2cc 142/348: ivy-test.el (ivy-read-preselect): New test |
Date: |
Sat, 8 Apr 2017 11:03:44 -0400 (EDT) |
branch: master
commit 80db2cc8f1c55708d4bb5a1bf1655019d7c010c5
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
ivy-test.el (ivy-read-preselect): New test
---
ivy-test.el | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/ivy-test.el b/ivy-test.el
index 09b341a..f49982c 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -408,4 +408,20 @@
(should (not (ivy-re-match '(("counsel" . nil) ("defun" . t)) "(defun
counsel")))
(should (not (ivy-re-match '(("defun" . t) ("counsel" . nil)) "(defun
counsel"))))
+(ert-deftest ivy-read-preselect ()
+ (should (equal
+ (ivy-with
+ '(ivy-read "test: "
+ (list "abc" "default" "def")
+ :preselect 1)
+ "RET")
+ "default"))
+ (should (equal
+ (ivy-with
+ '(ivy-read "test: "
+ (list "abc" "default" "def")
+ :preselect "defa")
+ "RET")
+ "default")))
+
(provide 'ivy-test)
- [elpa] master 5fe3cef 122/348: counsel.el (counsel-file-jump): Allow spaces in path, (continued)
- [elpa] master 5fe3cef 122/348: counsel.el (counsel-file-jump): Allow spaces in path, Oleh Krehel, 2017/04/08
- [elpa] master f27a1f0 124/348: swiper.el (swiper-all-function): Add a ">0 cands -> 0 cands" fix, Oleh Krehel, 2017/04/08
- [elpa] master b3ca5e3 119/348: Add counsel commands for jumping to files, Oleh Krehel, 2017/04/08
- [elpa] master 46a5346 121/348: counsel.el (counsel-file-jump): Skip ".git/", Oleh Krehel, 2017/04/08
- [elpa] master 3c20b2c 126/348: counsel.el (counsel-git-grep): Fix prompt, Oleh Krehel, 2017/04/08
- [elpa] master fe92b1b 133/348: ivy.el: Fix the "C-m" not working for last commit, Oleh Krehel, 2017/04/08
- [elpa] master 230ae1a 132/348: Implement unique index for alist completion, Oleh Krehel, 2017/04/08
- [elpa] master 413bf7f 135/348: ivy.el: Prevent region expanding to prompt, Oleh Krehel, 2017/04/08
- [elpa] master b49ed2f 140/348: ivy.el (ivy--reset-state): Add stringp preselect guard, Oleh Krehel, 2017/04/08
- [elpa] master a2ed614 138/348: ivy.el (ivy-occur-mode-map): Make "RET" switch window, Oleh Krehel, 2017/04/08
- [elpa] master 80db2cc 142/348: ivy-test.el (ivy-read-preselect): New test,
Oleh Krehel <=
- [elpa] master 61c2b12 125/348: counsel-git-grep now supports custom per-project commands, Oleh Krehel, 2017/04/08
- [elpa] master 434ccce 150/348: swiper.el (swiper-font-lock-exclude): Add bookmark-bmenu-mode, Oleh Krehel, 2017/04/08
- [elpa] master 242ae95 148/348: ivy.el (ivy--reset-state): Fix read-only collection member, Oleh Krehel, 2017/04/08
- [elpa] master a99c125 161/348: counsel.el (counsel-grep): Specify :re-builder, Oleh Krehel, 2017/04/08
- [elpa] master 4e6145c 168/348: counsel.el (counsel-yank-pop-separator): New defcustom, Oleh Krehel, 2017/04/08
- [elpa] master b73264e 163/348: counsel.el (counsel-git-log-cmd): New defvar, Oleh Krehel, 2017/04/08
- [elpa] master 7457d1e 169/348: Add leading zeros to the hex representation to counsel-unicode-char, Oleh Krehel, 2017/04/08
- [elpa] master 8983f9d 167/348: counsel.el (counsel-recentf): Turn on recentf, Oleh Krehel, 2017/04/08
- [elpa] master 6961df6 166/348: doc/ivy.org: Replace swiper with counsel (MELPA), Oleh Krehel, 2017/04/08
- [elpa] master 3656dfe 171/348: ivy.el (ivy-exit-with-action): Remove with-ivy-window, Oleh Krehel, 2017/04/08