From 4bc312609924f2f93d5f668e2bf71bfdd3a9ba7f Mon Sep 17 00:00:00 2001 From: Federico Soave Date: Fri, 12 Jan 2018 17:28:57 +0100 Subject: [PATCH] add tests for codespans with backticks in them --- test/new/nested_code.html | 8 ++++++++ test/new/nested_code.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/test/new/nested_code.html b/test/new/nested_code.html index c3705920..c28a1628 100644 --- a/test/new/nested_code.html +++ b/test/new/nested_code.html @@ -1 +1,9 @@

hi ther `` ok ```

+ +

`

+ +

There is a literal backtick (`) here.

+ +

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

+ +

Please don't use any <blink> tags.

\ No newline at end of file diff --git a/test/new/nested_code.md b/test/new/nested_code.md index 910e3d46..adde4177 100644 --- a/test/new/nested_code.md +++ b/test/new/nested_code.md @@ -1 +1,9 @@ ````` hi ther `` ok ``` ````` + +`` ` `` + +``There is a literal backtick (`) here.`` + +A backtick-delimited string in a code span: `` `foo` `` + +Please don't use any `` tags. \ No newline at end of file