We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8b3c3 commit ec0a6afCopy full SHA for ec0a6af
tests/Obsidian/Cache.test.ts
@@ -139,6 +139,14 @@ describe('cache', () => {
139
3. List item in 'numbered_list_items_standard'
140
"
141
`);
142
+
143
+ // TODO Error: Task 2 should have a child list item:
144
+ expect(printRoots(tasks)).toMatchInlineSnapshot(`
145
+ "1. [ ] #task Task 1 in 'numbered_list_items_standard' : Task
146
+ 1. Sub-item 1 : ListItem
147
+ 2. [ ] #task Task 2 in 'numbered_list_items_standard' : Task
148
+ "
149
+ `);
150
expect(tasks.length).toEqual(2);
151
});
152
@@ -157,6 +165,8 @@ describe('cache', () => {
157
165
3) List item in 'numbered_list_items_with_paren'
158
166
159
167
168
169
+ expect(printRoots(tasks)).toMatchInlineSnapshot('""');
160
170
161
171
162
172
0 commit comments