img(src="/image.png"alt="")
throws a compilation error. AST looks like this:
AST:
{ doctypes: [],
nodes:
[ { type: 'tag',
name: 'img',
id: null,
classes: [],
attributes: { src: { escape: true, code: '"image.png"alt=""' } },
children: [],
line: 1,
col: 1 } ] }