diff options
author | smcv <smcv@web> | 2019-02-03 11:55:34 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2019-02-03 11:55:34 -0400 |
commit | fe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e (patch) | |
tree | fa66e0d279423bb3eaf1fc78953663651c4d0fda | |
parent | 4ba3c1159272c8070d5dc962ff1634ad6ba21618 (diff) | |
download | ikiwiki-fe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e.tar ikiwiki-fe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e.tar.gz |
old regexp would have failed for old comment page names
-rw-r--r-- | doc/bugs/permalink_not_set_for_comments.mdwn | 3 |
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]] |