We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668d7dc commit 8cc77bdCopy full SHA for 8cc77bd
internal/docs/man_test.go
@@ -101,7 +101,7 @@ func TestGenManSeeAlso(t *testing.T) {
101
if err := assertNextLineEquals(scanner, ".PP"); err != nil {
102
t.Fatalf("First line after SEE ALSO wasn't break-indent: %v", err)
103
}
104
- if err := assertNextLineEquals(scanner, `\fBroot\-bbb(1)\fP, \fBroot\-ccc(1)\fP`); err != nil {
+ if err := assertNextLineEquals(scanner, `\fBroot-bbb(1)\fP, \fBroot-ccc(1)\fP`); err != nil {
105
t.Fatalf("Second line after SEE ALSO wasn't correct: %v", err)
106
107
0 commit comments