Skip to content

Commit 03131f3

Browse files
tests: disable test-goldmark for list_nested
1 parent bdced8c commit 03131f3

File tree

2 files changed

+2
-190
lines changed

2 files changed

+2
-190
lines changed

commonmark_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ func TestCommonmark(t *testing.T) {
228228
},
229229
},
230230
{
231-
Name: "list_nested",
231+
Name: "list_nested",
232+
DisableGoldmark: true,
232233
Variations: map[string]Variation{
233234
"asterisks": {
234235
Options: &md.Options{BulletListMarker: "*"},

testdata/TestCommonmark/list_nested/goldmark.golden

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)