Skip to content

Commit

Permalink
Add test for Clojure 1.12 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 28, 2024
1 parent 6bac5d9 commit 449b966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cljfmt/test/cljfmt/core_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -1815,3 +1815,6 @@
"(~ @foo"
" bar)"]
{:function-arguments-indentation :zprint})))))

(deftest test-clojure-12-syntax
(is (reformats-to? ["^Long/1 a"] ["^Long/1 a"])))

0 comments on commit 449b966

Please sign in to comment.