We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 990c47d + eded789 commit ffe84eaCopy full SHA for ffe84ea
1 file changed
README.md
@@ -38,6 +38,7 @@ This project provides the following functions:
38
- [assert_success](#assert_success) / [assert_failure](#assert_failure) Assert exit status is `0` or `1`.
39
- [assert_output](#assert_output) / [refute_output](#refute_output) Assert output does (or does not) contain given content.
40
- [assert_line](#assert_line) / [refute_line](#refute_line) Assert a specific line of output does (or does not) contain given content.
41
+ - [assert_regex](#assert_regex) / [refute_regex](#refute_regex) Assert a parameter does (or does not) match given pattern.
42
43
These commands are described in more detail below.
44
0 commit comments