export default { solo: true, data: { props: { foo: 'lol', baz: 40 + 2, qux: `this is a ${'piece of'} string`, quux: 'core' } }, html: `
foo: lol
\nbaz: 42 (number)
\nqux: this is a piece of string
\nquux: core
foo: wut
\nbaz: 43 (number)
\nqux: this is a rather boring string
\nquux: heart