(no commit message)
authorhttp://www.google.com/profiles/gsvick <http://www.google.com/profiles/gsvick@web>
Sat, 23 Jan 2010 19:55:06 +0000 (19:55 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Sat, 23 Jan 2010 19:55:06 +0000 (19:55 +0000)
doc/forum/Error:_bad_page_name.mdwn

index a16decedb4765c13024a3831e92c1ebd0bb12a70..17979fd13c7c19aa0c13fd1e81896b2fb4af9480 100644 (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