Skip to content

Commit dce4ed0

Browse files
committed
Refactor tests
1 parent 06eba4b commit dce4ed0

File tree

24 files changed

+88
-133
lines changed

24 files changed

+88
-133
lines changed

test/fixtures/aside/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The Disney movie _The Little Mermaid_ was first released to theatres in 1989.
1+
The Disney movie *The Little Mermaid* was first released to theatres in 1989.
22

33
The movie earned $87 million during its initial release.
44

test/fixtures/audio/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Alpha](example.ogg)
22

3-
[Bravo `code` _emphasis_.](example.ogg)
3+
[Bravo `code` *emphasis*.](example.ogg)
44

55
[Charlie](example.wav)
66

test/fixtures/data/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
New Products
22

3-
- Mini Ketchup
4-
- Jumbo Ketchup
5-
- Mega Jumbo Ketchup
3+
* Mini Ketchup
4+
* Jumbo Ketchup
5+
* Mega Jumbo Ketchup

test/fixtures/dir/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
- html
2-
- xhtml
3-
- css
1+
* html
2+
* xhtml
3+
* css

test/fixtures/dl/index.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,66 @@
1-
- Firefox
1+
* Firefox
22

33
A web browser.
44

55
Alpha.
66

7-
- - Firefox
8-
- Mozilla Firefox
9-
- Fx
7+
* * Firefox
8+
* Mozilla Firefox
9+
* Fx
1010

1111
A web browser.
1212

1313
Bravo.
1414

15-
- Firefox
15+
* Firefox
1616

17-
- A web browser.
18-
- A Red Panda.
17+
* A web browser.
18+
* A Red Panda.
1919

2020
Charlie.
2121

22-
- Firefox
22+
* Firefox
2323

24-
- A web browser.
25-
- A Red Panda.
26-
- ```js
24+
* A web browser.
25+
* A Red Panda.
26+
* ```js
2727
charlie();
2828
```
2929

3030
Delta.
3131

32-
- Firefox
32+
* Firefox
3333

34-
- A web browser.
35-
- A Red Panda.
34+
* A web browser.
35+
* A Red Panda.
3636

37-
- Chrome
37+
* Chrome
3838

39-
- A web browser.
40-
- A chemical element.
39+
* A web browser.
40+
* A chemical element.
4141

4242
Echo.
4343

4444
Foxtrot.
4545

46-
- Chrome
46+
* Chrome
4747

4848
A web browser.
4949

5050
Golf.
5151

52-
- Chrome
52+
* Chrome
5353

5454
A web browser.
5555

5656
Hotel.
5757

58-
- Firefox
58+
* Firefox
5959

6060
India.
6161

62-
- Firefox.
62+
* Firefox.
6363

6464
Juliett.
6565

66-
- A web browser.
66+
* A web browser.

test/fixtures/document-b/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# bar bar
22

3-
**foo** _bar_
3+
**foo** *bar*

test/fixtures/em/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_Hello World._
1+
*Hello World.*

test/fixtures/hr/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* * *
1+
***

test/fixtures/i/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
_Hello World._
1+
*Hello World.*
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
An **implicit** paragraph.
22

3-
# An _explicit_ paragraph
3+
# An *explicit* paragraph
44

5-
1. _Emphasis_ and **importance**.
5+
1. *Emphasis* and **importance**.
66

77
> # Heading
88
>
9-
> Another _implicit_ paragraph.
9+
> Another *implicit* paragraph.
1010
11-
_Emphasis_, **importance**, and ~~strikethrough~~.
11+
*Emphasis*, **importance**, and ~~strikethrough~~.

0 commit comments

Comments
 (0)