--- trunk/t/3-normalize-xml.t 2005/11/15 16:56:44 64 +++ trunk/t/3-normalize-xml.t 2005/11/19 23:48:24 70 @@ -129,6 +129,7 @@ ok(! $found, "not found"); } -ok(my @ds = $n->data_structure( $rec ), "data_structure"); +ok(my $ds = $n->data_structure( $rec ), "data_structure"); + +diag Dumper($rec, $ds); -#diag Dumper($rec, \@ds);