http://www.google.com/profiles/gsvick 2010-01-23 19:55:06 +00:00 committed by Joey Hess
parent dcc70ca629
commit a94039601a
1 changed files with 7 additions and 0 deletions

View File

@ -19,3 +19,10 @@ What am I doing wrong? The wiki is at
> * Check if something is breaking pruning of disallowed files:
> `perl -le 'use IkiWiki; %config=IkiWiki::defaultconfig(); print ! IkiWiki::file_pruned("index")'`
> --[[Joey]]
>>Both seem to run fine:
onderka@atrey:~$ perl -le 'print int "index"=~/^([-[:alnum:]+\/.:_]+)$/'
1
onderka@atrey:~$ perl -le 'use IkiWiki; %config=IkiWiki::defaultconfig(); print ! IkiWiki::file_pruned("index")'
1