old regexp would have failed for old comment page names

master
smcv 2019-02-03 11:55:34 -04:00 committed by admin
parent 4ba3c11592
commit fe4e7cd3f7
1 changed files with 3 additions and 0 deletions

View 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]]