aboutsummaryrefslogtreecommitdiff
path: root/t/tag.t
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-02-09 13:47:39 -0400
committerJoey Hess <joey@kitenet.net>2011-02-09 13:47:39 -0400
commitdb9f2b1b2b97fd92b09f170c3b567ec59030bf0a (patch)
tree777c0a0b5b2e276db6f9a82ca4267358ccafca05 /t/tag.t
parent230b7d4d6e1a87bc5e18eb6c6155cc45957cff70 (diff)
parenteeb0ec1862c855378a2d53701464304111a7ff05 (diff)
downloadikiwiki-db9f2b1b2b97fd92b09f170c3b567ec59030bf0a.tar
ikiwiki-db9f2b1b2b97fd92b09f170c3b567ec59030bf0a.tar.gz
Merge remote branch 'smcv/ready/tag-test'
Diffstat (limited to 't/tag.t')
-rwxr-xr-xt/tag.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/tag.t b/t/tag.t
index 5b0d9c824..2d0a6e662 100755
--- a/t/tag.t
+++ b/t/tag.t
@@ -58,6 +58,7 @@ IkiWiki::Plugin::tag::preprocess_tag(page => "seven", numbers => undef, primes =
is($autofiles{"tags/lucky.mdwn"}{plugin}, "tag");
is($autofiles{"tags/numbers.mdwn"}{plugin}, "tag");
is($autofiles{"tags/primes.mdwn"}{plugin}, "tag");
+is_deeply([sort keys %autofiles], [qw(tags/lucky.mdwn tags/numbers.mdwn tags/primes.mdwn)]);
ok(!-e "t/tmp/tags/lucky.mdwn");
my (%pages, @del);