Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79e33b7

Browse files
authoredJul 1, 2024
Merge pull request #45 from clojure-emacs/bug/44/test-helper-require
Do not require test-helper.el
2 parents 7b7a470 + 19df2d5 commit 79e33b7

File tree

7 files changed

+7
-2
lines changed

7 files changed

+7
-2
lines changed
 

Diff for: ‎test/clojure-ts-mode-util-test.el

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
(require 'clojure-ts-mode)
2525
(require 'buttercup)
26-
(require 'test-helper "test/utils/test-helper")
2726

2827
(describe "clojure-ts-mode-version"
2928
(it "should not be nil"

Diff for: ‎test/samples/bug43.clj

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
^{:a 1}
2+
(def b 2)
3+
4+
^{:a 1}
5+
(defn a
6+
"hello" ;; <-
7+
[] "world")
File renamed without changes.
File renamed without changes.
File renamed without changes.

Diff for: ‎test/test.clj renamed to ‎test/samples/test.clj

File renamed without changes.

Diff for: ‎test/utils/test-helper.el renamed to ‎test/test-helper.el

-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ and point left there."
4646
(delete-char -1)
4747
,@body)))
4848

49-
(provide 'test-helper)
5049
;;; test-helper.el ends here

0 commit comments

Comments
 (0)