From d3c975d4d8aa0c29fe384a844b5d091b132ea5ae Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 29 Jan 2014 15:36:41 +0100 Subject: [PATCH] some edge case tests for the code tag --- tests/data/code_span.html | 4 +++- tests/data/code_span.md | 6 +++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/data/code_span.html b/tests/data/code_span.html index 40674be..67b28b1 100644 --- a/tests/data/code_span.html +++ b/tests/data/code_span.html @@ -1 +1,3 @@ -

a code span

\ No newline at end of file +

a code span

+

this is also a codespan trailing text

+

and look at this one!

\ No newline at end of file diff --git a/tests/data/code_span.md b/tests/data/code_span.md index dfd136b..3b850fd 100644 --- a/tests/data/code_span.md +++ b/tests/data/code_span.md @@ -1 +1,5 @@ -a `code span` \ No newline at end of file +a `code span` + +`this is also a codespan` trailing text + +`and look at this one!` \ No newline at end of file