Merge release Beta 1 into stable #21

Merged
Felisp merged 35 commits from dev into stable 2024-08-13 17:48:09 +02:00
Showing only changes of commit 8a627ce256 - Show all commits

View file

@ -35,7 +35,7 @@
(def empty-map {}) (def empty-map {})
(deftest map-deep-merge-missing-test (deftest map-apply-defaults-test
(testing "Full and no-replace" (testing "Full and no-replace"
(is (= first-map (map-apply-defaults first-map empty-map)) (is (= first-map (map-apply-defaults first-map empty-map))
"No defaults should return conf map unchanged") "No defaults should return conf map unchanged")