1
0
Fork 0
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:
Jason Hall 2026-01-01 13:28:39 -05:00 committed by GitHub
parent 3536f0d48b
commit 90cc92fffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 669 additions and 14 deletions

2
Cargo.lock generated
View file

@ -202,7 +202,7 @@ dependencies = [
[[package]]
name = "testscript-rs"
version = "0.2.9"
version = "0.2.10"
dependencies = [
"anyhow",
"arbitrary",