File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 1616#
1717# https://github.com/pgrange/bash_unit
1818
19- VERSION=v1.9.0
19+ VERSION=v1.9.1
2020
2121ESCAPE=$( printf " \033" )
2222NOCOLOR=" ${ESCAPE} [0m"
Original file line number Diff line number Diff line change 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- === \fB assert_matches \fP
533+ .SS "\fB assert_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 "\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
607614.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"
610617.sp
611618.if n .RS 4
612619.nf
You can’t perform that action at this time.
0 commit comments