initial
This commit is contained in:
19595
node_modules/pug-parser/test/__snapshots__/index.test.js.snap
generated
vendored
Normal file
19595
node_modules/pug-parser/test/__snapshots__/index.test.js.snap
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
43
node_modules/pug-parser/test/__snapshots__/no-unnecessary-blocks.test.js.snap
generated
vendored
Normal file
43
node_modules/pug-parser/test/__snapshots__/no-unnecessary-blocks.test.js.snap
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
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 {
|
||||
"column": 5,
|
||||
"line": 3,
|
||||
"type": "Text",
|
||||
"val": "Hello",
|
||||
},
|
||||
Object {
|
||||
"column": 1,
|
||||
"line": 4,
|
||||
"type": "Text",
|
||||
"val": "
|
||||
",
|
||||
},
|
||||
Object {
|
||||
"column": 5,
|
||||
"line": 4,
|
||||
"type": "Text",
|
||||
"val": "World",
|
||||
},
|
||||
],
|
||||
"type": "Block",
|
||||
},
|
||||
"column": 1,
|
||||
"isInline": false,
|
||||
"line": 2,
|
||||
"name": "div",
|
||||
"selfClosing": false,
|
||||
"type": "Tag",
|
||||
},
|
||||
],
|
||||
"type": "Block",
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user