branch: elpa/clojure-ts-mode
commit 25df890b68f0605970fe686f87f7642460d7c36f
Author: dannyfreeman <danny@dfreeman.email>
Commit: dannyfreeman <danny@dfreeman.email>

    Remove old test file, no longer needed
    
    See previous commit
---
 test.clj              | 1 +
 test_end_of_defun.clj | 5 -----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/test.clj b/test.clj
index a5d58ee0b1..ae25da855a 100644
--- a/test.clj
+++ b/test.clj
@@ -29,6 +29,7 @@
 ;; examples of valid namespace definitions
 (comment
   (ns .validns)
+ 
   (ns =validns)
   (ns .ValidNs=<>?+|?*.)
   (ns ValidNs<>?+|?*.b*ar.ba*z)
diff --git a/test_end_of_defun.clj b/test_end_of_defun.clj
deleted file mode 100644
index a270163c1e..0000000000
--- a/test_end_of_defun.clj
+++ /dev/null
@@ -1,5 +0,0 @@
-(:a)
-
-[:b]
-
-{:k a}

Reply via email to