Skip to content

Commit e3fa543

Browse files
committed
docs: update test completions
1 parent 7345b97 commit e3fa543

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src-mdviewer/to-create-tests.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,6 @@
3535
- [ ] Add-column button (+) has visible dashed border matching add-row button style
3636
- [ ] Add-column button visible when table is active (cursor inside)
3737

38-
## List Editing
39-
- [x] Enter in a list item splits content at cursor into two `<li>` elements
40-
- [x] Enter on empty list item exits list and creates paragraph below
41-
- [x] Shift+Enter in list item inserts `<br>` (line break within same bullet)
42-
- [x] Tab in list item indents it (nests inside sub-list under previous sibling)
43-
- [x] Shift+Tab in list item outdents it to parent level
44-
- [x] Shift+Tab outdent preserves trailing siblings as sub-list of moved item
45-
- [x] Tab at first list item (no previous sibling) does nothing
46-
- [x] Cursor position preserved after Tab indent
47-
- [ ] Cursor position preserved after Shift+Tab outdent
48-
- [x] Enter in list creates proper `<li>` that syncs to markdown `- ` or `1. ` in CM
49-
- [ ] Nested list indentation syncs correctly to markdown (2 or 4 space indent)
50-
5138
## UL/OL Toggle (List Type Switching)
5239
- [ ] Clicking UL button when in OL switches nearest parent list to `<ul>`
5340
- [ ] Clicking OL button when in UL switches nearest parent list to `<ol>`

0 commit comments

Comments
 (0)