Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/wardle/hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Sep 9, 2023
2 parents a2a794e + 5c52905 commit 7b3bc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/com/eldrix/hermes/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@

(deftest ^:live test-term-folding
(testing "Search parameters"
(is (= "hjarta" (:s* (#'hermes/make-search-params *svc* {:s "hjärta" :accept-language "en"})))
(is (= "hjarta" (:s (#'hermes/make-search-params *svc* {:s "hjärta" :accept-language "en"})))
"In English, a search against the folded index should fold ä")
(is (= "hjärta" (:s* (#'hermes/make-search-params *svc* {:s "hjärta" :language-refset-ids [46011000052107]})))
(is (= "hjärta" (:s (#'hermes/make-search-params *svc* {:s "hjärta" :language-refset-ids [46011000052107]})))
"In Swedish, a search against the folded index should not fold ä")))

#_(deftest ^:live test-historical-assumptions
Expand Down

0 comments on commit 7b3bc88

Please sign in to comment.