Skip to content

Commit bd189bb

Browse files
author
Pascal Grange
committed
prepare release v1.9.1
1 parent 1102920 commit bd189bb

File tree

2 files changed

+15
-8
lines changed

2 files changed

+15
-8
lines changed

Diff for: bash_unit

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
# https://github.com/pgrange/bash_unit
1818

19-
VERSION=v1.9.0
19+
VERSION=v1.9.1
2020

2121
ESCAPE=$(printf "\033")
2222
NOCOLOR="${ESCAPE}[0m"

Diff for: docs/man/man1/bash_unit.1

+14-7
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: bash_unit
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.16
5-
.\" Date: 2022-01-01
5+
.\" Date: 2022-01-05
66
.\" Manual: \ \&
77
.\" Source: \ \&
88
.\" Language: English
99
.\"
10-
.TH "BASH_UNIT" "1" "2022-01-01" "\ \&" "\ \&"
10+
.TH "BASH_UNIT" "1" "2022-01-05" "\ \&" "\ \&"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -530,9 +530,7 @@ doc:2:test_obvious_equality_with_assert_not_equals()
530530
.fam
531531
.fi
532532
.if n .RE
533-
.sp
534-
####
535-
=== \fBassert_matches\fP
533+
.SS "\fBassert_matches\fP"
536534
.sp
537535
.if n .RS 4
538536
.nf
@@ -604,9 +602,18 @@ doc:2:test_obvious_matching_with_assert_not_matches()
604602
.fam
605603
.fi
606604
.if n .RE
605+
.SS "\fBassert_no_diff\fP"
606+
.sp
607+
.if n .RS 4
608+
.nf
609+
.fam C
610+
assert_no_diff <expected\-file> <actual\-file> [message]
611+
.fam
612+
.fi
613+
.if n .RE
607614
.sp
608-
####
609-
== \fBfake\fP function
615+
Asserts that the content of \f(CRexpected\-file\fP matches the content of \f(CRactual\-file\fP.
616+
.SH "\fBFAKE\fP FUNCTION"
610617
.sp
611618
.if n .RS 4
612619
.nf

0 commit comments

Comments
 (0)