mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-17 06:02:04 +00:00
feat: Add Go testscript compatibility for stdout/stderr commands (#45)
- Add @R syntax for regex quoting in environment variables (${VAR@R})
- Add -count=N option support for stdout/stderr commands
- Fix empty quoted string parsing in command tokenization
- Add comprehensive test coverage for stdout/stderr matching behavior
Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
parent
3536f0d48b
commit
90cc92fffe
6 changed files with 669 additions and 14 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -202,7 +202,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "testscript-rs"
|
||||
version = "0.2.9"
|
||||
version = "0.2.10"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"arbitrary",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue