mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 22:40:09 +01:00
7 lines
133 B
Text
7 lines
133 B
Text
case="regex: command"
|
|
command="touch dir/file"
|
|
error="no such file or directory"
|
|
expect="\
|
|
mkdir --parents dir/ &&
|
|
touch dir/file\
|
|
"
|