File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
.cache /
3
3
.clerk /
4
4
.cpcache /
5
+ .calva /
5
6
.lsp /
7
+ .lock
6
8
node_modules
7
9
/scratch
8
10
notebooks /scratch *
@@ -13,7 +15,7 @@ notebooks/scratch*
13
15
clerk.iml
14
16
/public /girouette.css
15
17
/public /images /
16
- /test /nextjournal /clerk /fixtures /
18
+ /test /nextjournal /clerk /fixtures /generated /
17
19
* ~
18
20
.work
19
21
/build
Original file line number Diff line number Diff line change @@ -428,10 +428,10 @@ my-uuid")]
428
428
429
429
(deftest ->hash
430
430
(testing " notices change in depedency namespace"
431
- (let [test-var 'nextjournal.clerk.fixtures.my-test-ns/hello
432
- test-string " (ns test (:require [nextjournal.clerk.fixtures.my-test-ns :as my-test-ns])) (str my-test-ns/hello)"
431
+ (let [test-var 'nextjournal.clerk.fixtures.generated. my-test-ns/hello
432
+ test-string " (ns test (:require [nextjournal.clerk.fixtures.generated. my-test-ns :as my-test-ns])) (str my-test-ns/hello)"
433
433
spit-with-value #(spit (format " test%s%s.clj" fs/file-separator (str/replace (namespace-munge (namespace test-var)) " ." fs/file-separator ))
434
- (format " (ns nextjournal.clerk.fixtures.my-test-ns) (def hello %s)" %))
434
+ (format " (ns nextjournal.clerk.fixtures.generated. my-test-ns) (def hello %s)" %))
435
435
_ (spit-with-value :hello )
436
436
analyzed-before (ana/hash (analyze-string test-string))
437
437
_ (spit-with-value :world )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments