Closed
Bug 463013
Opened 17 years ago
Closed 6 years ago
simpleparse is unfriendly to code that really needs to match beginning of line (=head)
Categories
(Webtools Graveyard :: MXR, defect)
Webtools Graveyard
MXR
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
888 $frag =~ s#(=head.\s+([^\s(]*)(?:([(]).*?([)])|))#<a name="$2$3$4">$1</a>#g;
simpleparse reaches =head, and since it's only looking at that portion of the string (=head...), it thinks it's at the beginning of a line and handles it has a comment block start,
Comment 1•6 years ago
|
||
mxr is gone, mass closing.
https://searchfox.org/ is a much better alternative.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•