Skip to content

Commit a477d1d

Browse files
committed
Overwritten the test for a more precise wording.
1 parent 98ac7a4 commit a477d1d

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

test/tests/toplevel_paragraphs.gfm.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
<p>hello world
2-
how are you
3-
how are you</p>
2+
text after spaces
3+
text after spaces</p>
44

5-
<p>hello world</p>
6-
<pre><code>how are you</code></pre>
5+
<p>paragraph before code</p>
6+
<pre><code>text inside block code</code></pre>
77

8-
<p>hello world</p>
8+
<p>paragraph before hr</p>
99
<hr>
1010

11-
<p>hello world</p>
11+
<p>paragraph before head with hash</p>
1212
<h1 id="how-are-you">how are you</h1>
1313

14-
<p>hello world</p>
14+
<p>paragraph before head with equals</p>
1515
<h1 id="how-are-you">how are you</h1>
1616

17-
<p>hello world</p>
18-
<blockquote><p>how are you</p></blockquote>
17+
<p>paragraph before blockquote</p>
18+
<blockquote><p>text for blockquote</p></blockquote>
1919

20-
<p>hello world</p>
21-
<ul><li>how are you</li></ul>
20+
<p>paragraph before list</p>
21+
<ul><li>text inside list</li></ul>
2222

23-
<p>hello world</p>
24-
<div>how are you</div>
23+
<p>paragraph before div</p>
24+
<div>text inside div</div>
2525

26-
<p>hello world
27-
<span>how are you</span></p>
26+
<p>paragraph with span
27+
<span>text inside span</span></p>
2828

2929
<p>hello <a href="/are/you">world</a>
3030
</p>

test/tests/toplevel_paragraphs.gfm.text

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
hello world
2-
how are you
3-
how are you
2+
text after spaces
3+
text after spaces
44

5-
hello world
5+
paragraph before code
66
```
7-
how are you
7+
text inside block code
88
```
99

10-
hello world
10+
paragraph before hr
1111
* * *
1212

13-
hello world
13+
paragraph before head with hash
1414
# how are you
1515

16-
hello world
16+
paragraph before head with equals
1717
how are you
1818
===========
1919

20-
hello world
21-
> how are you
20+
paragraph before blockquote
21+
> text for blockquote
2222

23-
hello world
24-
* how are you
23+
paragraph before list
24+
* text inside list
2525

26-
hello world
27-
<div>how are you</div>
26+
paragraph before div
27+
<div>text inside div</div>
2828

29-
hello world
30-
<span>how are you</span>
29+
paragraph with span
30+
<span>text inside span</span>
3131

3232
hello [world][how]
3333

0 commit comments

Comments
 (0)