From 3bbe4e2ef1777c845f14f0cf09d60de5bb7bda59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Estev=C3=A3o=20Soares=20dos=20Santos?= Date: Fri, 16 Jan 2015 22:17:25 +0000 Subject: [PATCH] test(emphasis): change test to match original spec test --- test/cases/emphasis.html | 15 +++++++++++---- test/cases/emphasis.md | 14 ++++++++++---- 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/test/cases/emphasis.html b/test/cases/emphasis.html index 36c1135..d2a523f 100644 --- a/test/cases/emphasis.html +++ b/test/cases/emphasis.html @@ -1,7 +1,14 @@ -

important

+

single asterisks

-

important

+

single underscores

-

this midimportantsentence

+

double asterisks

-

*not important*

+

double underscores

+ +

text with italic sentence in middle

+ +

text with bold sentence in middle

+ +

text with bold text that +spans across multiple lines

diff --git a/test/cases/emphasis.md b/test/cases/emphasis.md index 0e70802..5257a25 100644 --- a/test/cases/emphasis.md +++ b/test/cases/emphasis.md @@ -1,8 +1,14 @@ +*single asterisks* -*important* +_single underscores_ -_important_ +**double asterisks** -this mid*important*sentence +__double underscores__ -\*not important\* \ No newline at end of file +text *with italic sentence* in middle + +text __with bold sentence__ in middle + +text with __bold text that +spans across multiple__ lines