diff --git a/tests/data/code_span.html b/tests/data/code_span.html index 5c4c231..6367e96 100644 --- a/tests/data/code_span.html +++ b/tests/data/code_span.html @@ -3,4 +3,5 @@

and look at this one!

single backtick in a code span: `

backtick-delimited string in a code span: `foo`

-

sth `` sth

\ No newline at end of file +

sth `` sth

+

foo

\ No newline at end of file diff --git a/tests/data/code_span.md b/tests/data/code_span.md index c2f1a74..0600199 100644 --- a/tests/data/code_span.md +++ b/tests/data/code_span.md @@ -8,4 +8,6 @@ single backtick in a code span: `` ` `` backtick-delimited string in a code span: `` `foo` `` -`sth `` sth` \ No newline at end of file +`sth `` sth` + +`foo ` \ No newline at end of file