From 07d57d6168176a26b5accb44232b5a91324510d8 Mon Sep 17 00:00:00 2001 From: rubikitch Date: Thu, 12 Aug 2010 07:05:32 +0900 Subject: [PATCH] anything.el: add BUG tag in some tests --- anything.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/anything.el b/anything.el index ce09ee9..1223c98 100644 --- a/anything.el +++ b/anything.el @@ -4486,7 +4486,8 @@ Given pseudo `anything-sources' and `anything-pattern', returns list like (match identity) (volatile))) "oo\\+")) - (expect '(("a" ("" "a" "b"))) ;FIXME remove "" + ;; BUG remain empty string, but the pattern is rare case. + (expect '(("a" ("" "a" "b"))) (anything-test-candidates '(((name . "a") (init . (lambda () @@ -5399,6 +5400,7 @@ Given pseudo `anything-sources' and `anything-pattern', returns list like (insert "c1\nc2\n")))) (search-from-end) (candidates-in-buffer))))) + ;; BUG remain empty string, but the pattern is rare case. (expect '(("a" ("c" "b" "a" ""))) (anything-test-candidates '(((name . "a") -- 2.11.4.GIT