From 7bb70186c1b01463b14c7ddf66e3c13b75966d0f Mon Sep 17 00:00:00 2001 From: Emanuil Rusev Date: Sat, 23 Nov 2013 13:35:15 +0200 Subject: [PATCH] simplify test for em strong --- tests/data/em_strong.html | 9 ++++----- tests/data/em_strong.md | 10 ++++------ 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/tests/data/em_strong.html b/tests/data/em_strong.html index 6d8da9c..5760332 100644 --- a/tests/data/em_strong.html +++ b/tests/data/em_strong.html @@ -1,5 +1,4 @@ -

em strong

-

one at the start

-

one at the end

-

one in the middle

-

one with asterisks

\ No newline at end of file +

em strong strong

+

strong em strong

+

strong em strong strong

+

strong em strong

\ No newline at end of file diff --git a/tests/data/em_strong.md b/tests/data/em_strong.md index 32effdc..837e1e6 100644 --- a/tests/data/em_strong.md +++ b/tests/data/em_strong.md @@ -1,9 +1,7 @@ -___em strong___ +___em strong_ strong__ -___one_ at the start__ +__strong _em strong___ -__one at the _end___ +__strong _em strong_ strong__ -__one _in the_ middle__ - -**one with *asterisks*** \ No newline at end of file +**strong *em strong*** \ No newline at end of file