We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c51629a + 2fc8ba3 commit 12674baCopy full SHA for 12674ba
1 file changed
pkg/mark/ancestry.go
@@ -116,7 +116,7 @@ func ValidateAncestry(
116
117
return nil, karma.Describe("title", page.Title).
118
Describe("actual", strings.Join(actual, " > ")).
119
- Describe("expected", strings.Join(ancestry, ">")).
+ Describe("expected", strings.Join(ancestry, " > ")).
120
Format(nil, "the page has fewer parents than expected")
121
}
122
0 commit comments