So siehts ganz gut aus !

This commit is contained in:
2019-04-03 17:44:16 +02:00
parent 3695b33c83
commit 0fe884c90a
6758 changed files with 530485 additions and 65 deletions

File diff suppressed because it is too large Load Diff

View 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",
}
`;