mirror of
https://github.com/spf13/cobra
synced 2025-05-05 04:47:22 +00:00
Update man_docs_test.go
This commit is contained in:
parent
17ef38bdd8
commit
c868d9060b
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ func TestGenManSeeAlso(t *testing.T) {
|
||||||
if err := assertNextLineEquals(scanner, ".PP"); err != nil {
|
if err := assertNextLineEquals(scanner, ".PP"); err != nil {
|
||||||
t.Fatalf("First line after SEE ALSO wasn't break-indent: %v", err)
|
t.Fatalf("First line after SEE ALSO wasn't break-indent: %v", err)
|
||||||
}
|
}
|
||||||
if err := assertNextLineEquals(scanner, `\fBroot-bbb(1)\fP, \fBroot-ccc(1)\fP, \fBroot-completion(1)\fP`); err != nil {
|
if err := assertNextLineEquals(scanner, `\fBroot-bbb(1)\fP, \fBroot-ccc(1)\fP`); err != nil {
|
||||||
t.Fatalf("Second line after SEE ALSO wasn't correct: %v", err)
|
t.Fatalf("Second line after SEE ALSO wasn't correct: %v", err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue