summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://www.google.com/profiles/gsvick <http://www.google.com/profiles/gsvick@web>2010-01-23 19:55:06 +0000
committerJoey Hess <joey@finch.kitenet.net>2010-01-23 19:55:06 +0000
commita94039601a46c9679aa81ee01f6462f67652b114 (patch)
tree89c4c3a1a3c0aa59505257a2b3adac1c24abdcf2 /doc
parentdcc70ca629cf999b43bf32d38980df6381f8f282 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/Error:_bad_page_name.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/forum/Error:_bad_page_name.mdwn b/doc/forum/Error:_bad_page_name.mdwn
index a16decedb..17979fd13 100644
--- a/doc/forum/Error:_bad_page_name.mdwn
+++ b/doc/forum/Error:_bad_page_name.mdwn
@@ -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