mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-18 06:37:31 +00:00
Fix symlink command implementation and add comprehensive tests (#22)
This commit is contained in:
parent
fdb53b03fa
commit
2705eb5ff2
4 changed files with 110 additions and 3 deletions
|
|
@ -137,6 +137,7 @@ Test scripts use the [`txtar`](https://pkg.go.dev/github.com/rogpeppe/go-interna
|
|||
- **stop** - Stop test early (pass)
|
||||
- **unquote** - Remove leading `>` from file lines
|
||||
- **grep** - Search files with regex
|
||||
- **symlink** - Create symbolic links
|
||||
|
||||
Commands can be prefixed with conditions (`[unix]`) or negated (`!`).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue