', 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 ),
+ 'Self-closing flag on internally consumed special element closer' => array( '
x', false ),
);
}