[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 361cf87 070/184: ivy-test.el (counsel-find-file-with-dolla
From: |
Oleh Krehel |
Subject: |
[elpa] master 361cf87 070/184: ivy-test.el (counsel-find-file-with-dollars): Remove |
Date: |
Wed, 16 Oct 2019 13:14:51 -0400 (EDT) |
branch: master
commit 361cf871ae914d3a134c921a76f28be7101d1923
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>
ivy-test.el (counsel-find-file-with-dollars): Remove
Fixes #2187
---
ivy-test.el | 12 ------------
tests/find-file/directories-with-spaces/bar baz i/file1 | 0
tests/find-file/directories-with-spaces/bar baz ii/file2 | 0
tests/find-file/dotfiles/.foobar1 | 0
tests/find-file/dotfiles/.foobar2 | 0
tests/find-file/dotfiles/foo/placeholder | 0
tests/find-file/files-with-dollar/$ | 0
tests/find-file/files-with-dollar/foo$ | 0
tests/find-file/files-with-dollar/one | 0
tests/find-file/files-with-dollar/two | 0
10 files changed, 12 deletions(-)
diff --git a/ivy-test.el b/ivy-test.el
index 2c859c1..0989abd 100644
--- a/ivy-test.el
+++ b/ivy-test.el
@@ -1324,17 +1324,7 @@ a buffer visiting a file."
(should (equal (ivy--minibuffer-index-bounds 10 11 10) '(2 11 8)))
(should (equal (ivy--minibuffer-index-bounds 1 3 10) '(0 3 1))))
-(defun counsel--setup-test-files ()
- (unless (file-exists-p "tests/")
- (shell-command
- "git clone -b test --single-branch https://github.com/abo-abo/swiper/
tests"))
- (let ((default-directory (expand-file-name "tests/"))
- (version "066ec1d"))
- (shell-command
- (format "git checkout %s || git fetch && git checkout %s" version
version))))
-
(ert-deftest counsel-find-file-with-dollars ()
- (counsel--setup-test-files)
(should (string=
(file-relative-name
(ivy-with '(counsel-find-file) "fo C-m"
@@ -1342,7 +1332,6 @@ a buffer visiting a file."
"tests/find-file/files-with-dollar/foo$")))
(ert-deftest counsel-find-file-with-dotfiles ()
- (counsel--setup-test-files)
(should (string=
(file-relative-name
(ivy-with '(counsel-find-file) "f C-m"
@@ -1355,7 +1344,6 @@ a buffer visiting a file."
"tests/find-file/dotfiles/.foobar1")))
(ert-deftest counsel-find-file-with-spaces ()
- (counsel--setup-test-files)
(let ((ivy-extra-directories nil))
(should (string=
(file-relative-name
diff --git a/tests/find-file/directories-with-spaces/bar baz i/file1
b/tests/find-file/directories-with-spaces/bar baz i/file1
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/directories-with-spaces/bar baz ii/file2
b/tests/find-file/directories-with-spaces/bar baz ii/file2
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/dotfiles/.foobar1
b/tests/find-file/dotfiles/.foobar1
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/dotfiles/.foobar2
b/tests/find-file/dotfiles/.foobar2
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/dotfiles/foo/placeholder
b/tests/find-file/dotfiles/foo/placeholder
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/files-with-dollar/$
b/tests/find-file/files-with-dollar/$
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/files-with-dollar/foo$
b/tests/find-file/files-with-dollar/foo$
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/files-with-dollar/one
b/tests/find-file/files-with-dollar/one
new file mode 100644
index 0000000..e69de29
diff --git a/tests/find-file/files-with-dollar/two
b/tests/find-file/files-with-dollar/two
new file mode 100644
index 0000000..e69de29
- [elpa] master 0c1901e 100/184: ivy.el (ivy--regex-ignore-order): Fix docstring, (continued)
- [elpa] master 0c1901e 100/184: ivy.el (ivy--regex-ignore-order): Fix docstring, Oleh Krehel, 2019/10/16
- [elpa] master 6905e6c 097/184: counsel.el (counsel--rg-targets): Adjust for ivy-occur buffers, Oleh Krehel, 2019/10/16
- [elpa] master e6171e2 098/184: ivy-hydra.el (ivy-dispatching-done-hydra): Fix for ivy-resume, Oleh Krehel, 2019/10/16
- [elpa] master 943eb01 108/184: counsel.el (counsel-mark-ring): Goto actual point instead of line, Oleh Krehel, 2019/10/16
- [elpa] master 36045f7 003/184: doc/Changelog.org: Fixup, Oleh Krehel, 2019/10/16
- [elpa] master 4389a26 056/184: ivy-overlay.el (ivy-overlay-show-after): Check window height better, Oleh Krehel, 2019/10/16
- [elpa] master 1332ab0 068/184: counsel.el (counsel-compile-env-pattern): Fix regex typo, Oleh Krehel, 2019/10/16
- [elpa] master beb3aee 080/184: ivy.el (ivy--directory-done): Handle "/ C-j" on remote, Oleh Krehel, 2019/10/16
- [elpa] master e62e7de 090/184: ivy-test.el (ivy-test-run-tests): Fix, Oleh Krehel, 2019/10/16
- [elpa] master 73d9f4a 083/184: Place cursor at the begging of matches (for grep), Oleh Krehel, 2019/10/16
- [elpa] master 361cf87 070/184: ivy-test.el (counsel-find-file-with-dollars): Remove,
Oleh Krehel <=
- [elpa] master 7cca04a 088/184: doc/ivy.org: Document the marking feature, Oleh Krehel, 2019/10/16
- [elpa] master 3be5e78 084/184: counsel.el (counsel-git-grep-action): Check re-search-forward, Oleh Krehel, 2019/10/16
- [elpa] master 4c1f6cd 094/184: ivy-test.el: Update, Oleh Krehel, 2019/10/16
- [elpa] master 47f6427 105/184: counsel.el (counsel-compile): favour project root over default-directory, Oleh Krehel, 2019/10/16
- [elpa] master 09507fc 109/184: counsel.el (counsel-mark-ring): Fix highlight line of selected candidate, Oleh Krehel, 2019/10/16
- [elpa] master 46db1b9 107/184: counsel.el (counsel-mark-ring): Add customize variable to sort or not, Oleh Krehel, 2019/10/16
- [elpa] master c0aa563 112/184: ivy.el (ivy-occur): Set up next-error-function, Oleh Krehel, 2019/10/16
- [elpa] master 1a74a21 110/184: ivy-occur: setup for next-error., Oleh Krehel, 2019/10/16
- [elpa] master 30adc93 115/184: Add actions to counsel-switch-buffer, Oleh Krehel, 2019/10/16
- [elpa] master 892e44a 079/184: doc: Add full text of licences, Oleh Krehel, 2019/10/16