We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29d4917 commit 2344007Copy full SHA for 2344007
modules/markup/markdown/markdown_test.go
@@ -42,6 +42,7 @@ func TestRender_StandardLinks(t *testing.T) {
42
URLPrefix: setting.AppSubURL,
43
IsWiki: true,
44
}, input)
45
+ assert.NoError(t, err)
46
assert.Equal(t, strings.TrimSpace(expectedWiki), strings.TrimSpace(buffer))
47
}
48
0 commit comments