diff --git a/test/fixtures/commonmark/bad.txt b/test/fixtures/commonmark/bad.txt index d5034e5..e69de29 100644 --- a/test/fixtures/commonmark/bad.txt +++ b/test/fixtures/commonmark/bad.txt @@ -1,16 +0,0 @@ -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -src line: 4653 - -. -* a * -. -

* a *

-. - -error: - - - - diff --git a/test/fixtures/commonmark/good.txt b/test/fixtures/commonmark/good.txt index 4456439..7d69526 100644 --- a/test/fixtures/commonmark/good.txt +++ b/test/fixtures/commonmark/good.txt @@ -3718,6 +3718,15 @@ a*"foo"*

a*"foo"*

. +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +src line: 4653 + +. +* a * +. +

* a *

+. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src line: 4661