File tree 2 files changed +15
-8
lines changed
2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 16
16
#
17
17
# https://github.com/pgrange/bash_unit
18
18
19
- VERSION=v1.9.0
19
+ VERSION=v1.9.1
20
20
21
21
ESCAPE=$( printf " \033" )
22
22
NOCOLOR=" ${ESCAPE} [0m"
Original file line number Diff line number Diff line change 2
2
.\" Title: bash_unit
3
3
.\" Author: [see the "AUTHOR(S)" section]
4
4
.\" Generator: Asciidoctor 2.0.16
5
- .\" Date: 2022-01-01
5
+ .\" Date: 2022-01-05
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "BASH_UNIT" "1" "2022-01-01 " "\ \& " "\ \& "
10
+ .TH "BASH_UNIT" "1" "2022-01-05 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -530,9 +530,7 @@ doc:2:test_obvious_equality_with_assert_not_equals()
530
530
.fam
531
531
.fi
532
532
.if n .RE
533
- .sp
534
- ####
535
- === \fB assert_matches \fP
533
+ .SS "\fB assert_matches \fP "
536
534
.sp
537
535
.if n .RS 4
538
536
.nf
@@ -604,9 +602,18 @@ doc:2:test_obvious_matching_with_assert_not_matches()
604
602
.fam
605
603
.fi
606
604
.if n .RE
605
+ .SS "\fB assert_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
607
614
.sp
608
- ####
609
- == \fB fake \fP function
615
+ Asserts that the content of \f(CR expected \- file \fP matches the content of \f(CR actual \- file \fP .
616
+ . SH " \fB FAKE \fP FUNCTION"
610
617
.sp
611
618
.if n .RS 4
612
619
.nf
You can’t perform that action at this time.
0 commit comments