no-unnecessary-blocks.test.js.snap
766 字节
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
exports[`test no uncessessary blocks should be added 1`] = `
Object {
"line": 0,
"nodes": Array [
Object {
"attributeBlocks": Array [],
"attrs": Array [],
"block": Object {
"line": 2,
"nodes": Array [
Object {
"line": 3,
"type": "Text",
"val": "Hello",
},
Object {
"line": 4,
"type": "Text",
"val": "\n",
},
Object {
"line": 4,
"type": "Text",
"val": "World",
},
],
"type": "Block",
},
"isInline": false,
"line": 2,
"name": "div",
"selfClosing": false,
"type": "Tag",
},
],
"type": "Block",
}
`;