`), but no line breaks found.'
]
+ },
+ {
+ code: `
+
+ content
+
+ `,
+ output: `
+
+
+content
+
+
+ `,
+ errors: [
+ 'Expected 1 line break after opening tag (`
`), but no line breaks found.',
+ 'Expected 1 line break before closing tag (`
`), but no line breaks found.'
+ ]
}
]
})