Skip to content

Commit

Permalink
Remove, orderless-patern-compiler is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
jojojames committed Nov 30, 2024
1 parent 9e4b845 commit 94fd243
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions fussy-test.el
Original file line number Diff line number Diff line change
Expand Up @@ -470,26 +470,6 @@ This test asserts `fussy-encode-coding-string' is much much faster than
(should
(eq (fussy--using-pcm-highlight-p) nil))))

;;
;; (@* "`fussy-pattern-flex-2-test'" )
;;

(ert-deftest fussy-pattern-flex-2-test ()
"Test flex-2 matches `orderless-filter'+`orderless-flex'."
(let ((orderless-matching-styles '(orderless-flex)))
(should
(string= (fussy-pattern-str (fussy-pattern-flex-2 "a"))
(fussy-pattern-str (orderless-pattern-compiler "a"))))
(should
(string= (fussy-pattern-str (fussy-pattern-flex-2 "abc"))
(fussy-pattern-str (orderless-pattern-compiler "abc"))))
(should
(string= (fussy-pattern-str (fussy-pattern-flex-2 "abasd90803423c"))
(fussy-pattern-str (orderless-pattern-compiler "abasd90803423c"))))
(should
(string= (fussy-pattern-str (fussy-pattern-flex-2 "reb"))
(fussy-pattern-str (orderless-pattern-compiler "reb"))))))

;;
;; (@* "`fussy--history-hash-table'" )
;;
Expand Down

0 comments on commit 94fd243

Please sign in to comment.