1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 00:55:52 +00:00
testscript-rs/testdata/hello.txt

9 lines
115 B
Text
Raw Normal View History

[!exec:cat] stop
# hello world
exec cat hello.text
stdout 'hello world\n'
! stderr .
-- hello.text --
hello world