|
1 | 1 | // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html |
2 | 2 |
|
3 | | -exports[`block.definitionList > simple 1`] = ` |
4 | | -[ |
5 | | - { |
6 | | - "class": "block.list.definition", |
7 | | - "content": [ |
8 | | - { |
9 | | - "class": "block.list.definition.term", |
10 | | - "content": [ |
11 | | - { |
12 | | - "class": "inline.text", |
13 | | - "value": "Term 1 |
14 | | -", |
15 | | - }, |
16 | | - ], |
17 | | - "data": [ |
18 | | - { |
19 | | - "class": "block.list.definition.data", |
20 | | - "content": [ |
21 | | - { |
22 | | - "class": "inline.text", |
23 | | - "value": "Description 1 |
24 | | -", |
25 | | - }, |
26 | | - ], |
27 | | - }, |
28 | | - { |
29 | | - "class": "block.list.definition.data", |
30 | | - "content": [ |
31 | | - { |
32 | | - "class": "inline.text", |
33 | | - "value": "Description A |
34 | | -", |
35 | | - }, |
36 | | - ], |
37 | | - }, |
38 | | - ], |
39 | | - }, |
40 | | - { |
41 | | - "class": "block.list.definition.term", |
42 | | - "content": [ |
43 | | - { |
44 | | - "class": "inline.text", |
45 | | - "value": "Term 2 |
46 | | -", |
47 | | - }, |
48 | | - ], |
49 | | - "data": [ |
50 | | - { |
51 | | - "class": "block.list.definition.data", |
52 | | - "content": [ |
53 | | - { |
54 | | - "class": "inline.text", |
55 | | - "value": "Description 2 |
56 | | -", |
57 | | - }, |
58 | | - ], |
59 | | - }, |
60 | | - ], |
61 | | - }, |
62 | | - ], |
63 | | - }, |
64 | | -] |
65 | | -`; |
66 | | - |
67 | | -exports[`block.paragraph > simple 1`] = ` |
68 | | -[ |
69 | | - { |
70 | | - "class": "block.paragraph", |
71 | | - "content": [ |
72 | | - { |
73 | | - "class": "inline.text", |
74 | | - "value": "This is a single paragraph.", |
75 | | - }, |
76 | | - ], |
77 | | - }, |
78 | | -] |
79 | | -`; |
80 | | - |
81 | 3 | exports[`parser.block.definitionList > simple 1`] = ` |
82 | 4 | [ |
83 | 5 | { |
|
0 commit comments