tahs.clear();
String s03 = " @section bar ";
Block b03 = new Block( Block.TYPE_script, s03 );
assertTrue( bdep.isMatch( b03 ) );
bdep.process( b03 );
assertTrue( "bar".equals( tahs.getDefaultSectionName() ) );
String s04 = " @section ";
Block b04 = new Block( Block.TYPE_script, s04 );
assertTrue( bdep.isMatch( b04 ) );
bdep.process( b04 );