public function test_isEmpty2()
 {
     $nnode = new UrlBbcodeNode();
     $this->assertTrue($nnode->isEmpty());
 }