Skip to content

Commit 781f11e

Browse files
committed
rule
1 parent 66d5bc1 commit 781f11e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

md/parse_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func Test_Parse(t *testing.T) {
2727
r.Len(tags, 9)
2828

2929
sinc, ok := tags[8].(*Section)
30+
r.True(ok)
3031
x := sinc.String()
3132
r.Contains(x, "<h2>Get On Gopher Slack</h2>")
3233
r.NotContains(x, `<include src="resources.md">`)

0 commit comments

Comments
 (0)