diff --git a/basis/tools/completion/completion-tests.factor b/basis/tools/completion/completion-tests.factor index 316bc513cc..0c1909c445 100644 --- a/basis/tools/completion/completion-tests.factor +++ b/basis/tools/completion/completion-tests.factor @@ -12,3 +12,7 @@ IN: tools.completion [ { "nth" "?nth" "set-nth" } ] [ "nth" { "set-nth" "nth" "?nth" } dup zip completions keys ] unit-test + +[ { "a" "b" "c" "d" "e" "f" "g" } ] [ + "" { "a" "b" "c" "d" "e" "f" "g" } dup zip completions keys +] unit-test