From: smcv Date: Sun, 3 Feb 2019 15:55:34 +0000 (-0400) Subject: old regexp would have failed for old comment page names X-Git-Tag: 3.20190207~16 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/fe4e7cd3f7a59292f54b9d0033d6cf7ad9010f3e old regexp would have failed for old comment page names --- 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]]