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 66d5bc1 commit 781f11eCopy full SHA for 781f11e
1 file changed
md/parse_test.go
@@ -27,6 +27,7 @@ func Test_Parse(t *testing.T) {
27
r.Len(tags, 9)
28
29
sinc, ok := tags[8].(*Section)
30
+ r.True(ok)
31
x := sinc.String()
32
r.Contains(x, "<h2>Get On Gopher Slack</h2>")
33
r.NotContains(x, `<include src="resources.md">`)
0 commit comments