File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1616#
1717# https://github.com/pgrange/bash_unit
1818
19- VERSION=v2.0.0
19+ VERSION=v2.0.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.17
5- .\" Date: 2022-06-17
5+ .\" Date: 2022-09-28
66.\" Manual: \ \&
77.\" Source: \ \&
88.\" Language: English
99.\"
10- .TH "BASH_UNIT" "1" "2022-06-17 " "\ \& " "\ \& "
10+ .TH "BASH_UNIT" "1" "2022-09-28 " "\ \& " "\ \& "
1111.ie \n( .g .ds Aq \(aq
1212.el .ds Aq '
1313.ss \n[ .ss ] 0
@@ -620,7 +620,7 @@ Asserts that the content of the file \fIactual\fP does not have any differences
620620.nf
621621.fam C
622622test_obvious_notmatching_with_assert_no_diff(){
623- assert_no_diff bash_unit README.adoc "content of \*( Aq README.adoc \*( Aq should be the same as \*( Aq bash_unit \*( Aq "
623+ assert_no_diff <(echo foo) <(echo bar)
624624}
625625test_obvious_matching_with_assert_assert_no_diff(){
626626 assert_no_diff bash_unit bash_unit
@@ -634,8 +634,11 @@ test_obvious_matching_with_assert_assert_no_diff(){
634634.fam C
635635 Running test_obvious_matching_with_assert_assert_no_diff ... SUCCESS
636636 Running test_obvious_notmatching_with_assert_no_diff ... FAILURE
637- content of \*( Aq README.adoc\*( Aq should be the same as \*( Aq bash_unit\*( Aq
638- expected \*( Aq README.adoc\*( Aq to be identical to \*( Aq bash_unit\*( Aq but was different
637+ expected \*( Aq doc\*( Aq to be identical to \*( Aq doc\*( Aq but was different
638+ out> 1c1
639+ out> < foo
640+ out> \-\-\-
641+ out> > bar
639642doc:2:test_obvious_notmatching_with_assert_no_diff()
640643.fam
641644.fi
You can’t perform that action at this time.
0 commit comments