aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorsmcv <smcv@web>2019-02-03 11:55:34 -0400
committeradmin <admin@branchable.com>2019-02-03 11:55:34 -0400
commitfe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e (patch)
treefa66e0d279423bb3eaf1fc78953663651c4d0fda /doc/bugs
parent4ba3c1159272c8070d5dc962ff1634ad6ba21618 (diff)
downloadikiwiki-fe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e.tar
ikiwiki-fe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e.tar.gz
old regexp would have failed for old comment page names
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/permalink_not_set_for_comments.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/permalink_not_set_for_comments.mdwn b/doc/bugs/permalink_not_set_for_comments.mdwn
index b6ef5cb31..d41da9c35 100644
--- a/doc/bugs/permalink_not_set_for_comments.mdwn
+++ b/doc/bugs/permalink_not_set_for_comments.mdwn
@@ -37,4 +37,7 @@ two underscores. I think that is the root of the bug. --[[Joey]]
>> * *d* marks `\d+` (one or more digits)
>> * *u* marks the literal `_`
>>
+>> The old regexp would have failed for the older format
+>> `foo/comment_1._comment`, though.
+>>
>> --[[smcv]]