From 0626a83289475c47d1f203f68b3fc587118cda2b Mon Sep 17 00:00:00 2001 From: Aidan Woods Date: Sun, 3 Feb 2019 01:11:35 +0000 Subject: [PATCH] Test trimming doesn't occur when asymmetric --- tests/data/code_span.html | 3 ++- tests/data/code_span.md | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) 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