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:
parent
8e8e6d9ac6
commit
46a7042b88
3 changed files with 4 additions and 2 deletions
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue