mirror of
https://github.com/yuin/goldmark
synced 2025-03-04 23:04:52 +00:00
Rename test function
This commit is contained in:
parent
f95910174c
commit
4586ec683b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
"testing"
|
||||
)
|
||||
|
||||
func TestDefinitionList(t *testing.T) {
|
||||
func TestAttributeAndAutoHeadingID(t *testing.T) {
|
||||
markdown := New(
|
||||
WithParserOptions(
|
||||
parser.WithAttribute(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue