Skip to content

Commit 84087b7

Browse files
committed
Update tests
1 parent 23e4d98 commit 84087b7

4 files changed

Lines changed: 32 additions & 0 deletions

File tree

fixtures/list-bullet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Outer list:
2323
- First outer
2424
- First inner
2525
- Second inner
26+
- Third
2627
- Second outer
2728
- Third outer
2829

fixtures/list-ordered.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Outer list:
2525
1. First outer
2626
1. First inner
2727
2. Second inner
28+
1. Third
2829
2. Second outer
2930
3. Third outer
3031

fixtures/list-task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Outer list:
2323
- [ ] First outer
2424
- [ ] First inner
2525
- [x] Second inner
26+
- [ ] Third
2627
- [ ] Second outer
2728
- [ ] Third outer
2829

src/__snapshots__/index.spec.ts.snap

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8018,6 +8018,12 @@ exports[`e2e > list bullet 1`] = `
80188018
xml:space="preserve"
80198019
>Second inner</w:t></w:r></w:p><w:p><w:pPr><w:pStyle
80208020
w:val="ListParagraph"
8021+
/><w:numPr><w:ilvl w:val="2" /><w:numId
8022+
w:val="1"
8023+
/></w:numPr></w:pPr><w:r><w:t
8024+
xml:space="preserve"
8025+
>Third</w:t></w:r></w:p><w:p><w:pPr><w:pStyle
8026+
w:val="ListParagraph"
80218027
/><w:numPr><w:ilvl w:val="0" /><w:numId
80228028
w:val="1"
80238029
/></w:numPr></w:pPr><w:r><w:t
@@ -8523,6 +8529,12 @@ exports[`e2e > list ordered 1`] = `
85238529
xml:space="preserve"
85248530
>Second inner</w:t></w:r></w:p><w:p><w:pPr><w:pStyle
85258531
w:val="ListParagraph"
8532+
/><w:numPr><w:ilvl w:val="1" /><w:numId
8533+
w:val="4"
8534+
/></w:numPr></w:pPr><w:r><w:t
8535+
xml:space="preserve"
8536+
>Third</w:t></w:r></w:p><w:p><w:pPr><w:pStyle
8537+
w:val="ListParagraph"
85268538
/><w:numPr><w:ilvl w:val="0" /><w:numId
85278539
w:val="4"
85288540
/></w:numPr></w:pPr><w:r><w:t
@@ -9289,6 +9301,23 @@ exports[`e2e > list task 1`] = `
92899301
xml:space="preserve"
92909302
>Second inner</w:t></w:r></w:p><w:p><w:pPr><w:pStyle
92919303
w:val="ListParagraph"
9304+
/><w:numPr><w:ilvl w:val="2" /><w:numId
9305+
w:val="1"
9306+
/></w:numPr></w:pPr><w:sdt><w:sdtPr><w14:checkbox><w14:checked
9307+
w14:val="0"
9308+
/><w14:checkedState
9309+
w14:val="2611"
9310+
w14:font="MS Gothic"
9311+
/><w14:uncheckedState
9312+
w14:val="2610"
9313+
w14:font="MS Gothic"
9314+
/></w14:checkbox></w:sdtPr><w:sdtContent><w:r><w:sym
9315+
w:char="2610"
9316+
w:font="MS Gothic"
9317+
/></w:r></w:sdtContent></w:sdt><w:r><w:t
9318+
xml:space="preserve"
9319+
>Third</w:t></w:r></w:p><w:p><w:pPr><w:pStyle
9320+
w:val="ListParagraph"
92929321
/><w:numPr><w:ilvl w:val="0" /><w:numId
92939322
w:val="1"
92949323
/></w:numPr></w:pPr><w:sdt><w:sdtPr><w14:checkbox><w14:checked

0 commit comments

Comments
 (0)