Add tests covering single character strong and emphasis

This commit is contained in:
Barry Woolgar 2018-08-02 23:56:48 +01:00
parent a4460a9301
commit 935d1bbe80
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<p>So <em>a</em> single <em>word</em> followed <em>b</em>y <em>a</em>nother</p>
<p>So <strong>a</strong> single <strong>word</strong> followed <strong>b</strong>y <strong>a</strong>nother</p>
<p>So <em>a</em> single <em>word</em> followed <em>b</em>y <em>a</em>nother</p>
<p>So <strong>a</strong> single <strong>word</strong> followed <strong>b</strong>y <strong>a</strong>nother</p>

View File

@ -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