From 935d1bbe8001c0c538880c0ab9b49af24a282d43 Mon Sep 17 00:00:00 2001 From: Barry Woolgar Date: Thu, 2 Aug 2018 23:56:48 +0100 Subject: [PATCH] Add tests covering single character strong and emphasis --- test/new/cm_strong_and_em.html | 7 +++++++ test/new/cm_strong_and_em.md | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 test/new/cm_strong_and_em.html create mode 100644 test/new/cm_strong_and_em.md diff --git a/test/new/cm_strong_and_em.html b/test/new/cm_strong_and_em.html new file mode 100644 index 00000000..084f6381 --- /dev/null +++ b/test/new/cm_strong_and_em.html @@ -0,0 +1,7 @@ +

So a single word followed by another

+ +

So a single word followed by another

+ +

So a single word followed by another

+ +

So a single word followed by another

diff --git a/test/new/cm_strong_and_em.md b/test/new/cm_strong_and_em.md new file mode 100644 index 00000000..34b4a20b --- /dev/null +++ b/test/new/cm_strong_and_em.md @@ -0,0 +1,7 @@ +So *a* single *word* followed *b*y *a*nother + +So **a** single **word** followed **b**y **a**nother + +So _a_ single _word_ followed _b_y _a_nother + +So __a__ single __word__ followed __b__y __a__nother