Bump cpuguy83/go-md2man from 2.0.1 to 2.0.3 (#8209)

Version 2.0.3 introduces a fix in PR
https://github.com/cpuguy83/go-md2man/pull/105 that breaks a test for
gen-doc, thus requires a small change in the test.
This commit is contained in:
Mikel Olasagasti Uranga 2023-10-18 09:17:20 +02:00 committed by GitHub
parent 8e8e6d9ac6
commit 46a7042b88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,7 @@ func Test_run(t *testing.T) {
if err != nil {
t.Fatalf("error reading `gh-issue-create.1`: %v", err)
}
if !strings.Contains(string(manPage), `\fB\fCgh issue create`) {
if !strings.Contains(string(manPage), `\fBgh issue create`) {
t.Fatal("man page corrupted")
}