setupScaffold('Hypertext', array(
'Attr.AllowedRel' => 'nofollow',
'Attr.AllowedRev' => 'index'
));
// max
$this->assertResult(
'
#PCDATA Inline
', true
);
// invalid children
$this->assertResult(
'Text',
'Text'
);
// unsupported attributes
$this->assertResult(
'',
''
);
}
}
?>