', false ),
+ 'Attribute "=" with value ""' => array( '
', false ),
'Self-closing flag after quoted attribute' => array( '
', true ),
'Self-closing flag after boolean attribute' => array( '
', true ),
- 'Boolean attribute that looks like a self-closer' => array( '
', false ),
+ 'Ignored "/" and whitespace' => array( '
', false ),
);
}