config->set('HTML.Doctype', 'XHTML 1.1'); } function testBasicUse() { $this->assertResult( 'WWWWorld Wide Web' ); } function testRPUse() { $this->assertResult( 'WWW(World Wide Web)' ); } function testComplexUse() { $this->assertResult( ' 10 31 2002 Month Day Year Expiration Date ' ); /* not implemented function testBackwardsCompat() { $this->assertResult( 'A(aaa)', 'A(aaa)' ); } */ } } // vim: et sw=4 sts=4