Commit 4d827ae
committed
fix: roundtrip markdown & SortOptionTest count
Fix toMarkdown() missing newline between title header and content/checklist,
which caused fromMarkdown() to merge title + first content line on roundtrip.
Fix SortOptionTest: update expected count from 5 to 7 to reflect
CREATION_DATE and CREATION_DATE_DESC added in v1.11.0.1 parent f6db107 commit 4d827ae
2 files changed
Lines changed: 4 additions & 4 deletions
File tree
- android/app/src
- main/java/dev/dettmer/simplenotes/models
- test/java/dev/dettmer/simplenotes/models
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments