use warnings;
use strict;
-use Test::More 'no_plan';
+use Test::More;
my %expected;
# Test data
$expected{'parentlinks'} =
{
- "" => [],
"ikiwiki" => [],
"ikiwiki/pagespec" =>
[ {depth => 0, height => 2, },
# Main
test_loop('parentlinks', $expected{'parentlinks'});
+
+done_testing();