1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-18 14:46:25 +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

View file

@ -1,6 +1,6 @@
[package]
name = "testscript-rs"
version = "0.2.9"
version = "0.2.10"
edition = "2021"
authors = ["Jason Hall"]
license = "Apache-2.0"