From 79e0ccf11a95253b6cd91722e2eaecea4f8ec28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Sun, 11 Feb 2024 16:24:16 +0100 Subject: [PATCH] Add back test data --- test-data/drag_ignored_marker.clj | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test-data/drag_ignored_marker.clj b/test-data/drag_ignored_marker.clj index e69de29bb..c0698f00c 100644 --- a/test-data/drag_ignored_marker.clj +++ b/test-data/drag_ignored_marker.clj @@ -0,0 +1,12 @@ +() #_(dosomething) + + +#_hello +(:hello world) + +#_{:clj-kondo/ignore [:unresolved-symbol]} +(:hello world) + + +(:hello world) +#_{:clj-kondo/ignore [:unresolved-symbol]} \ No newline at end of file