aboutsummaryrefslogtreecommitdiff
path: root/t/po.t
diff options
context:
space:
mode:
Diffstat (limited to 't/po.t')
-rwxr-xr-xt/po.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/po.t b/t/po.t
index 8608855d4..e9d5ac35f 100755
--- a/t/po.t
+++ b/t/po.t
@@ -103,8 +103,6 @@ foreach my $masterfile_rel ('index.mdwn', 'translatable.mdwn') {
map IkiWiki::scan(IkiWiki::abs2rel($_, $config{srcdir})), @pofiles;
}
IkiWiki::scan('nontranslatable.mdwn');
-use Data::Dumper;
-print Dumper(%links);
is_deeply(\@{$links{'index'}}, ['translatable', 'nontranslatable'], 'index');
is_deeply(\@{$links{'index.es'}}, ['translatable.es', 'nontranslatable'], 'index.es');
is_deeply(\@{$links{'index.fr'}}, ['translatable.fr', 'nontranslatable'], 'index.fr');