File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ For details on how to write these types of files see:
7
7
+ https://bitfieldconsulting.com/golang/test-scripts
8
8
+ https://pkg.go.dev/github.com/rogpeppe/go-internal/testscript
9
9
10
- In addition to the standard testscript commands, we've also support running devbox
10
+ In addition to the standard testscript commands, we also support running devbox
11
11
commands. Examples include:
12
12
+ ` devbox init `
13
13
+ ` devbox add <pkg> `
14
14
+ ...
15
15
16
16
We've also added some handy comparison functions
17
17
+ ` path.len <number> ` : verifies that the PATH environment variable has the given number of entries
18
- + ` json.superset <superset.json> <subset.json> ` : verifies that ` superset.json ` has all the keys and values present in ` subset.json `
18
+ + ` json.superset <superset.json> <subset.json> ` : verifies that ` superset.json ` has all the keys and values present in ` subset.json `
You can’t perform that action at this time.
0 commit comments