Skip to content

Commit

Permalink
misc: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Nov 5, 2024
1 parent 211d991 commit 2dc2573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ expression: snapshot
- input:
ver: 1.2.3
result:
error: "ERROR: unknown field `ver`, expected one of `version`, `extras`, `path`, `editable`, `git`, `branch`, `tag`, `rev`, `url`, `subdirectory`"
error: "ERROR: unknown field `ver`, expected one of `version`, `extras`, `path`, `editable`, `git`, `branch`, `tag`, `rev`, `url`, `subdirectory`, `index`"
- input:
path: foobar
version: "==1.2.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ expression: snapshot
result:
version: "==1.2.3"
extras: []
index: ~
- input: "*"
result: "*"
- input:
Expand Down

0 comments on commit 2dc2573

Please sign in to comment.