Skip to content

Commit 23e4d98

Browse files
committed
Update tests
1 parent e04e1a7 commit 23e4d98

5 files changed

Lines changed: 1441 additions & 198 deletions

File tree

fixtures/list-bullet.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Bullet Lists
2+
3+
This is a test for bullet list.
4+
5+
## First List
6+
7+
Items in first list:
8+
9+
- Apple
10+
- Banana
11+
- Cherry
12+
13+
## Second List
14+
15+
- Dog
16+
- Elephant
17+
- Fox
18+
19+
## Nested Lists
20+
21+
Outer list:
22+
23+
- First outer
24+
- First inner
25+
- Second inner
26+
- Second outer
27+
- Third outer
28+
29+
Another separate list:
30+
31+
- Alpha
32+
- Beta
33+
- Gamma
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Multiple Numbered Lists
1+
# Ordered Lists
22

3-
This tests that separate numbered lists restart numbering at 1.
3+
This is a test for ordered list.
44

55
## First List
66

fixtures/list-task.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Task Lists
2+
3+
This is a test for task list.
4+
5+
## First List
6+
7+
Items in first list:
8+
9+
- [ ] Apple
10+
- [ ] Banana
11+
- [x] Cherry
12+
13+
## Second List
14+
15+
- [ ] Dog
16+
- [x] Elephant
17+
- [x] Fox
18+
19+
## Nested Lists
20+
21+
Outer list:
22+
23+
- [ ] First outer
24+
- [ ] First inner
25+
- [x] Second inner
26+
- [ ] Second outer
27+
- [ ] Third outer
28+
29+
Another separate list:
30+
31+
- [ ] Alpha
32+
- [x] Beta
33+
- [ ] Gamma

0 commit comments

Comments
 (0)