Skip to content

Commit

Permalink
README: Add {assert,refute}_regex to the overview of functions
Browse files Browse the repository at this point in the history
Now that the pair of regex functions is complete, mention these in the
top overview.
  • Loading branch information
rico-chet committed Jun 5, 2022
1 parent 990c47d commit eded789
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 eded789

Please sign in to comment.