function testTeletype()
 {
     $this->markTestIncomplete('Work in progress.');
     $el = new EditLib();
     $inData = '{DIV(type="tt")}teletype{DIV}';
     $exp = '<tt>teletype</tt>';
     $out = $el->parseToWysiwyg($inData);
     $this->assertContains($exp, $out);
 }