mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-11 10:29:28 +00:00
3 lines
74 B
Text
3 lines
74 B
Text
|
|
# Test single quote parsing
|
||
|
|
exec echo "hello world"
|
||
|
|
stdout 'hello world\n'
|