Skip to content

Commit 602ca07

Browse files
committed
prepare release v2.0.1
1 parent 7ce7afd commit 602ca07

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

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=v2.0.0
19+
VERSION=v2.0.1
2020

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

docs/man/man1/bash_unit.1

+8-5
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.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
622622
test_obvious_notmatching_with_assert_no_diff(){
623-
assert_no_diff bash_unit README.adoc "content of \*(AqREADME.adoc\*(Aq should be the same as \*(Aqbash_unit\*(Aq"
623+
assert_no_diff <(echo foo) <(echo bar)
624624
}
625625
test_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 \*(AqREADME.adoc\*(Aq should be the same as \*(Aqbash_unit\*(Aq
638-
expected \*(AqREADME.adoc\*(Aq to be identical to \*(Aqbash_unit\*(Aq but was different
637+
expected \*(Aqdoc\*(Aq to be identical to \*(Aqdoc\*(Aq but was different
638+
out> 1c1
639+
out> < foo
640+
out> \-\-\-
641+
out> > bar
639642
doc:2:test_obvious_notmatching_with_assert_no_diff()
640643
.fam
641644
.fi

0 commit comments

Comments
 (0)