Overwritten the test for a more precise wording.

This commit is contained in:
Костя Третяк 2017-12-18 23:44:19 +02:00 committed by Federico Soave
parent 911780dcca
commit aece9b2732
2 changed files with 30 additions and 30 deletions

View File

@ -1,30 +1,30 @@
<p>hello world <p>hello world
how are you text after spaces
how are you</p> text after spaces</p>
<p>hello world</p> <p>paragraph before code</p>
<pre><code>how are you</code></pre> <pre><code>text inside block code</code></pre>
<p>hello world</p> <p>paragraph before hr</p>
<hr> <hr>
<p>hello world</p> <p>paragraph before head with hash</p>
<h1 id="how-are-you">how are you</h1> <h1 id="how-are-you">how are you</h1>
<p>hello world</p> <p>paragraph before head with equals</p>
<h1 id="how-are-you">how are you</h1> <h1 id="how-are-you">how are you</h1>
<p>hello world</p> <p>paragraph before blockquote</p>
<blockquote><p>how are you</p></blockquote> <blockquote><p>text for blockquote</p></blockquote>
<p>hello world</p> <p>paragraph before list</p>
<ul><li>how are you</li></ul> <ul><li>text inside list</li></ul>
<p>hello world</p> <p>paragraph before div</p>
<div>how are you</div> <div>text inside div</div>
<p>hello world <p>paragraph with span
<span>how are you</span></p> <span>text inside span</span></p>
<p>hello <a href="/are/you">world</a> <p>hello <a href="/are/you">world</a>
</p> </p>

View File

@ -2,35 +2,35 @@
gfm: true gfm: true
--- ---
hello world hello world
how are you text after spaces
how are you text after spaces
hello world paragraph before code
``` ```
how are you text inside block code
``` ```
hello world paragraph before hr
* * * * * *
hello world paragraph before head with hash
# how are you # how are you
hello world paragraph before head with equals
how are you how are you
=========== ===========
hello world paragraph before blockquote
> how are you > text for blockquote
hello world paragraph before list
* how are you * text inside list
hello world paragraph before div
<div>how are you</div> <div>text inside div</div>
hello world paragraph with span
<span>how are you</span> <span>text inside span</span>
hello [world][how] hello [world][how]