Skip to content

Commit

Permalink
prepare release v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrange committed Sep 28, 2022
1 parent 7ce7afd commit 602ca07
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bash_unit
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#
# https://github.com/pgrange/bash_unit

VERSION=v2.0.0
VERSION=v2.0.1

ESCAPE=$(printf "\033")
NOCOLOR="${ESCAPE}[0m"
Expand Down
13 changes: 8 additions & 5 deletions docs/man/man1/bash_unit.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: bash_unit
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.17
.\" Date: 2022-06-17
.\" Date: 2022-09-28
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
.TH "BASH_UNIT" "1" "2022-06-17" "\ \&" "\ \&"
.TH "BASH_UNIT" "1" "2022-09-28" "\ \&" "\ \&"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
Expand Down Expand Up @@ -620,7 +620,7 @@ Asserts that the content of the file \fIactual\fP does not have any differences
.nf
.fam C
test_obvious_notmatching_with_assert_no_diff(){
assert_no_diff bash_unit README.adoc "content of \*(AqREADME.adoc\*(Aq should be the same as \*(Aqbash_unit\*(Aq"
assert_no_diff <(echo foo) <(echo bar)
}
test_obvious_matching_with_assert_assert_no_diff(){
assert_no_diff bash_unit bash_unit
Expand All @@ -634,8 +634,11 @@ test_obvious_matching_with_assert_assert_no_diff(){
.fam C
Running test_obvious_matching_with_assert_assert_no_diff ... SUCCESS
Running test_obvious_notmatching_with_assert_no_diff ... FAILURE
content of \*(AqREADME.adoc\*(Aq should be the same as \*(Aqbash_unit\*(Aq
expected \*(AqREADME.adoc\*(Aq to be identical to \*(Aqbash_unit\*(Aq but was different
expected \*(Aqdoc\*(Aq to be identical to \*(Aqdoc\*(Aq but was different
out> 1c1
out> < foo
out> \-\-\-
out> > bar
doc:2:test_obvious_notmatching_with_assert_no_diff()
.fam
.fi
Expand Down

0 comments on commit 602ca07

Please sign in to comment.