diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 13:47:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 13:47:39 -0400 |
commit | db9f2b1b2b97fd92b09f170c3b567ec59030bf0a (patch) | |
tree | 777c0a0b5b2e276db6f9a82ca4267358ccafca05 /t | |
parent | 230b7d4d6e1a87bc5e18eb6c6155cc45957cff70 (diff) | |
parent | eeb0ec1862c855378a2d53701464304111a7ff05 (diff) |
Merge remote branch 'smcv/ready/tag-test'
Diffstat (limited to 't')
-rwxr-xr-x | t/tag.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |