Rename test function

This commit is contained in:
yuin 2019-05-16 19:53:54 +09:00
parent f95910174c
commit 4586ec683b

View file

@ -5,7 +5,7 @@ import (
"testing" "testing"
) )
func TestDefinitionList(t *testing.T) { func TestAttributeAndAutoHeadingID(t *testing.T) {
markdown := New( markdown := New(
WithParserOptions( WithParserOptions(
parser.WithAttribute(), parser.WithAttribute(),