branch: elpa/flx commit 2b31df9ed0dd2da5dc89d5a5d2826fa5cf0621f0 Author: PythonNut <python...@users.noreply.github.com> Commit: PythonNut <python...@users.noreply.github.com>
Make dynamic programming test even more "difficult" --- tests/flx-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flx-test.el b/tests/flx-test.el index 58533e0a56..57b2a26be5 100644 --- a/tests/flx-test.el +++ b/tests/flx-test.el @@ -358,7 +358,7 @@ substring can overpower abbreviation." `(lambda () ,(async-inject-variables "\\`load-path\\'") (require 'flx) - (flx-score "~/foo/bar/blah.elllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll" "lllllll" (flx-make-filename-cache))) + (flx-score "~/foo/bar/blah.elllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllll" "lllllllllllllllllllllllllllllllll" (flx-make-filename-cache))) nil)) result) (with-timeout (1 (kill-process future) )