Skip to content

Commit dadf736

Browse files
committed
fix test(ui): fix ui tests
1 parent 2b40642 commit dadf736

3 files changed

Lines changed: 3 additions & 3 deletions

tests/snapshots/markdown_checklists__markdown_preview_keeps_checked_and_unchecked_prefixes.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: tests/markdown_checklists.rs
33
expression: result
44
---
55
╭[0] Title───────────────────────────╮
6-
6+
k- [ ] pending task- [x] reviewed
77
╰────────────────────────────────────╯
88
Labels (comma-separated)────────────╮
99
│ │

tests/snapshots/markdown_checklists__markdown_preview_renders_ascii_checklists.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: tests/markdown_checklists.rs
33
expression: result
44
---
55
╭[0] Title─────────────────────────────────╮
6-
6+
write docs- [x] add tests- plain bullet
77
╰──────────────────────────────────────────╯
88
Labels (comma-separated)──────────────────╮
99
│ │

tests/snapshots/markdown_checklists__markdown_preview_wraps_checklist_continuations.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source: tests/markdown_checklists.rs
33
expression: result
44
---
55
╭[0] Title───────────────────────╮
6-
6+
rap onto the next rendered line
77
╰────────────────────────────────╯
88
Labels (comma-separated)────────╮
99
│ │

0 commit comments

Comments
 (0)