Skip to content

Commit

Permalink
test: Add test resource
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Apr 6, 2024
1 parent 3c54dd9 commit 2f37287
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/resources/dep/test_deps_namespaced_map.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{:deps #:foo{bar #:mvn{:version "1.0.0"}
git-sha #:git{:url "https://github.com/example/git-sha.git"
:sha "dummy-git-sha"}
git-tag-long-sha #:git{:url "https://github.com/example/git-tag-long.git"
:tag "v2.3.4"
:sha "1234567890abcdefghijklmnopqrstuvwxyz1234"}

local-repo/local-repo #:local{:root "./local"}}}

0 comments on commit 2f37287

Please sign in to comment.