]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/permalink_not_set_for_comments.mdwn
old regexp would have failed for old comment page names
[git.ikiwiki.info.git] / doc / bugs / permalink_not_set_for_comments.mdwn
index b6ef5cb317e20d17957f9b08a23ebed9549a864d..d41da9c354efd87dc5408b47d364c14cdcd1c365 100644 (file)
@@ -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]]