Skip to content

Commit

Permalink
Add a test to check vary-meta not always called
Browse files Browse the repository at this point in the history
  • Loading branch information
franquito authored and NoahTheDuke committed May 9, 2024
1 parent c7637be commit 5cf74b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/kibit/test/replace.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
'(inc a)
'(+ 1 a)

'1
'(do 1)

'(defn "Documentation" ^{:my-meta 1} [a]
;; a comment
(inc a))
Expand All @@ -38,6 +41,9 @@
"(inc a)"
"(+ 1 a)"

"1"
"(do 1)"

"(ns replace-file)
(defn \"Documentation\" ^{:my-meta 1} [a]
Expand Down

0 comments on commit 5cf74b8

Please sign in to comment.