pay-respects/tests/cases/regex_cmd

8 lines
133 B
Text
Raw Normal View History

2025-04-05 00:10:29 +02:00
case="regex: command"
command="touch dir/file"
error="no such file or directory"
expect="\
mkdir --parents dir/ &&
touch dir/file\
"