Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update
[git.ikiwiki.info.git]
/
t
/
linkify.t
diff --git
a/t/linkify.t
b/t/linkify.t
index 74747e1270339104e53f0edfd2e9b80c301a1adc..4de2b51ae74b78b42bec0bc9c2aa1b489a9a1e09 100755
(executable)
--- a/
t/linkify.t
+++ b/
t/linkify.t
@@
-19,7
+19,7
@@
sub linkify ($$$$) {
foreach my $page (@existing_pages) {
$IkiWiki::pagecase{lc $page}=$page;
$links{$page}=[];
- $renderedfiles{"$page.mdwn"}=
$page
;
+ $renderedfiles{"$page.mdwn"}=
[$page]
;
}
%config=IkiWiki::defaultconfig();