config->set ( 'HTML.Doctype', 'XHTML 1.1' ); } public function testBasicUse() { $this->assertResult ( 'WWWWorld Wide Web' ); } public function testRPUse() { $this->assertResult ( 'WWW(World Wide Web)' ); } public 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