1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 17:16:38 +00:00
testscript-rs/tests
Jason Hall 90cc92fffe
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>
2026-01-01 18:28:39 +00:00
..
advanced_conditions.rs Add network and advanced condition support with automatic detection and CI optimization (#21) 2025-09-27 17:00:36 +00:00
builtin_commands.rs Fix symlink command implementation and add comprehensive tests (#22) 2025-09-27 03:41:07 +00:00
edge_cases.rs Refactor run module into modular structure (#18) 2025-09-27 01:17:45 +00:00
error_messages.rs improve error messages with context (#13) 2025-09-26 23:55:13 +00:00
integration.rs add GHA workflow (#1) 2025-09-26 19:08:48 -04:00
preserve_work.rs Add TestWork functionality to preserve working directories on failure (#24) 2025-09-27 19:03:10 +00:00
setup_hook.rs Allow setting environment variables in setup hook (#44) 2025-12-29 21:29:03 -05:00
specific_files.rs Add support for running specific test files (#32) 2025-09-30 03:36:07 -04:00
stdout_stderr_verification.rs feat: Add Go testscript compatibility for stdout/stderr commands (#45) 2026-01-01 18:28:39 +00:00
update_scripts.rs Add UpdateScripts functionality for test maintenance (#20) 2025-09-26 21:47:09 -04:00
workdir_root.rs Add WorkdirRoot configuration for custom work directories (#27) 2025-09-30 06:57:10 +00:00