Skip to content

Commit 23576aa

Browse files
committed
Added nested checkbox case
1 parent 7bff51b commit 23576aa

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

spec/checkboxes_spec.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@
7676
# Hello there
7777
- [ ] first bullet
7878
- [ ] second bullet
79+
- non-checkbox child
7980
- [ ] third bullet
81+
- non-checkbox child
8082
TEXT
8183

8284
vim.edit filename
@@ -90,7 +92,9 @@
9092
# Hello there
9193
- [X] first bullet
9294
- [X] second bullet
95+
- non-checkbox child
9396
- [X] third bullet
97+
- non-checkbox child
9498
9599
TEXT
96100
end

0 commit comments

Comments
 (0)