File tree 2 files changed +9
-6
lines changed
2 files changed +9
-6
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=v2.0.0
19
+ VERSION=v2.0.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.17
5
- .\" Date: 2022-06-17
5
+ .\" Date: 2022-09-28
6
6
.\" Manual: \ \&
7
7
.\" Source: \ \&
8
8
.\" Language: English
9
9
.\"
10
- .TH "BASH_UNIT" "1" "2022-06-17 " "\ \& " "\ \& "
10
+ .TH "BASH_UNIT" "1" "2022-09-28 " "\ \& " "\ \& "
11
11
.ie \n( .g .ds Aq \(aq
12
12
.el .ds Aq '
13
13
.ss \n[ .ss ] 0
@@ -620,7 +620,7 @@ Asserts that the content of the file \fIactual\fP does not have any differences
620
620
.nf
621
621
.fam C
622
622
test_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)
624
624
}
625
625
test_obvious_matching_with_assert_assert_no_diff(){
626
626
assert_no_diff bash_unit bash_unit
@@ -634,8 +634,11 @@ test_obvious_matching_with_assert_assert_no_diff(){
634
634
.fam C
635
635
Running test_obvious_matching_with_assert_assert_no_diff ... SUCCESS
636
636
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
639
642
doc:2:test_obvious_notmatching_with_assert_no_diff()
640
643
.fam
641
644
.fi
You can’t perform that action at this time.
0 commit comments