Skip to content

Commit

Permalink
Merge pull request #45 from rico-chet/docs-list-regex-functions
Browse files Browse the repository at this point in the history
README: Add `{assert,refute}_regex` to the overview of functions
  • Loading branch information
martin-schulze-vireso authored Jun 5, 2022
2 parents 990c47d + eded789 commit ffe84ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ This project provides the following functions:
- [assert_success](#assert_success) / [assert_failure](#assert_failure) Assert exit status is `0` or `1`.
- [assert_output](#assert_output) / [refute_output](#refute_output) Assert output does (or does not) contain given content.
- [assert_line](#assert_line) / [refute_line](#refute_line) Assert a specific line of output does (or does not) contain given content.
- [assert_regex](#assert_regex) / [refute_regex](#refute_regex) Assert a parameter does (or does not) match given pattern.

These commands are described in more detail below.

Expand Down

0 comments on commit ffe84ea

Please sign in to comment.