mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 00:55:52 +00:00
9 lines
No EOL
115 B
Text
9 lines
No EOL
115 B
Text
[!exec:cat] stop
|
|
|
|
# hello world
|
|
exec cat hello.text
|
|
stdout 'hello world\n'
|
|
! stderr .
|
|
|
|
-- hello.text --
|
|
hello world |