public function test_isEmpty2()
 {
     $nnode = new SizeBbcodeNode();
     $nnode->setSize("14px");
     $this->assertTrue($nnode->isEmpty());
 }