mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
feat: suggestion tests
This commit is contained in:
parent
58b6a65a75
commit
5a4ef05828
7 changed files with 95 additions and 0 deletions
7
tests/cases/regex_cmd
Normal file
7
tests/cases/regex_cmd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
case="regex: command"
|
||||
command="touch dir/file"
|
||||
error="no such file or directory"
|
||||
expect="\
|
||||
mkdir --parents dir/ &&
|
||||
touch dir/file\
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue