From 8fdef5d5859b4a8da7b73367a790220f5f5474de Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 20 Mar 2013 23:08:00 -0700 Subject: [PATCH] tools.completion: fix test cases. --- basis/tools/completion/completion-tests.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/basis/tools/completion/completion-tests.factor b/basis/tools/completion/completion-tests.factor index e35fdb9d04..39a7bc8b62 100644 --- a/basis/tools/completion/completion-tests.factor +++ b/basis/tools/completion/completion-tests.factor @@ -30,6 +30,6 @@ IN: tools.completion { f } [ { "USING:" "A" "B" "C" ";" } complete-vocab? ] unit-test { t } [ { "X" ";" "USING:" "A" "B" "C" } complete-vocab? ] unit-test -{ f } [ { "CHAR:" } complete-CHAR:? ] unit-test -{ t } [ { "CHAR:" "" } complete-CHAR:? ] unit-test -{ t } [ { "CHAR:" "a" } complete-CHAR:? ] unit-test +{ f } [ { "CHAR:" } complete-char? ] unit-test +{ t } [ { "CHAR:" "" } complete-char? ] unit-test +{ t } [ { "CHAR:" "a" } complete-char? ] unit-test