Skip to content

Commit 79e0ccf

Browse files
committed
Add back test data
1 parent 1aaca8d commit 79e0ccf

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

test-data/drag_ignored_marker.clj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
() #_(dosomething)
2+
3+
4+
#_hello
5+
(:hello world)
6+
7+
#_{:clj-kondo/ignore [:unresolved-symbol]}
8+
(:hello world)
9+
10+
11+
(:hello world)
12+
#_{:clj-kondo/ignore [:unresolved-symbol]}

0 commit comments

Comments
 (0)