Skip to content

Commit

Permalink
Add back test data
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Feb 11, 2024
1 parent 1aaca8d commit 79e0ccf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test-data/drag_ignored_marker.clj
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
() #_(dosomething)


#_hello
(:hello world)

#_{:clj-kondo/ignore [:unresolved-symbol]}
(:hello world)


(:hello world)
#_{:clj-kondo/ignore [:unresolved-symbol]}

0 comments on commit 79e0ccf

Please sign in to comment.