diff --git a/library/HTMLPurifier/AttrTypes.php b/library/HTMLPurifier/AttrTypes.php index df0c179c..091ae2c9 100644 --- a/library/HTMLPurifier/AttrTypes.php +++ b/library/HTMLPurifier/AttrTypes.php @@ -1,10 +1,12 @@ expectError('Cannot retrieve undefined attribute type foobar'); $types->get('foobar'); + //$this->assertIdentical( + // $types->get('Enum#foo,bar'), + // new HTMLPurifier_AttrDef_Enum(array('foo', 'bar')) + //); + } }