From 9db8c4feb3b85ee218a6b6351ae30d1e3965a501 Mon Sep 17 00:00:00 2001 From: William Ting Date: Mon, 24 Feb 2014 07:54:47 -0600 Subject: [PATCH] add todo --- bin/autojump | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/autojump b/bin/autojump index 048c154..1e611bb 100755 --- a/bin/autojump +++ b/bin/autojump @@ -162,6 +162,7 @@ def detect_smartcase(needles): def find_matches(entries, needles, check_entries=True): """Return an iterator to matching entries.""" + # TODO(wting|2014-02-24): replace assertion with unit test assert isinstance(needles, list), "Needles must be a list." ignore_case = detect_smartcase(needles)