Skip to content

Commit

Permalink
prepare release v1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Grange committed Jan 5, 2022
1 parent 1102920 commit bd189bb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bash_unit
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# https://github.com/pgrange/bash_unit

VERSION=v1.9.0
VERSION=v1.9.1

ESCAPE=$(printf "\033")
NOCOLOR="${ESCAPE}[0m"
Expand Down
21 changes: 14 additions & 7 deletions docs/man/man1/bash_unit.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: bash_unit
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.16
.\" Date: 2022-01-01
.\" Date: 2022-01-05
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "BASH_UNIT" "1" "2022-01-01" "\ \&" "\ \&"
.TH "BASH_UNIT" "1" "2022-01-05" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -530,9 +530,7 @@ doc:2:test_obvious_equality_with_assert_not_equals()
.fam
.fi
.if n .RE
.sp
####
=== \fBassert_matches\fP
.SS "\fBassert_matches\fP"
.sp
.if n .RS 4
.nf
Expand Down Expand Up @@ -604,9 +602,18 @@ doc:2:test_obvious_matching_with_assert_not_matches()
.fam
.fi
.if n .RE
.SS "\fBassert_no_diff\fP"
.sp
.if n .RS 4
.nf
.fam C
assert_no_diff <expected\-file> <actual\-file> [message]
.fam
.fi
.if n .RE
.sp
####
== \fBfake\fP function
Asserts that the content of \f(CRexpected\-file\fP matches the content of \f(CRactual\-file\fP.
.SH "\fBFAKE\fP FUNCTION"
.sp
.if n .RS 4
.nf
Expand Down

0 comments on commit bd189bb

Please sign in to comment.