branch: elpa/flx commit b9c2d42b673338849194b14bfe37535ac35db4af Author: PythonNut <python...@users.noreply.github.com> Commit: PythonNut <python...@users.noreply.github.com>
Remove deprecated tests --- tests/flx-test.el | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/flx-test.el b/tests/flx-test.el index 635e1beeb4..f8ea45572c 100644 --- a/tests/flx-test.el +++ b/tests/flx-test.el @@ -79,21 +79,6 @@ (let ((vec (vector 1 2 3))) (should (equal (vector 2 3 4) (flx-inc-vec vec))))) -(ert-deftest flx-matches-basic () - (let* ((str "aggg") - (h (flx-get-hash-for-string str 'flx-get-heatmap-str)) - (res (flx-get-matches h "g"))) - (should (equal res '((1) (2) (3)))))) - - -(ert-deftest flx-matches-more () - (let* ((str "ab-gh-ab") - (h (flx-get-hash-for-string str 'flx-get-heatmap-str)) - (res (flx-get-matches h "ab"))) - (should (equal res '((0 1) - (0 7) - (6 7)))))) - (ert-deftest flx-get-heatmap-vector-basic () "see worksheet for derivation" (let ((res (flx-get-heatmap-file "__abcab")))