We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa080a commit 33d0f8dCopy full SHA for 33d0f8d
bin/run-exercise-tests.clj
@@ -48,7 +48,7 @@
48
(path-str (:clojure-repo-path opts) "exercises" subdir slug)))
49
50
(defn example-subpath [{:keys [practices]}]
51
- (apply path-str ".meta" (if practices ["src" "example.clj"] ["exemplar.clj"])))
+ (apply path-str ".meta" (if practices ["example.clj"] ["exemplar.clj"])))
52
53
(defn src-subpath [{:keys [slug]}]
54
(path-str "src" (str (csk/->snake_case slug) ".clj")))
0 commit comments