You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really fix regular expression to avoid overcapture
Previously there was a bogus .* in the regular expression that matched
newlines which is bad and would cause RDoc to find the wrong comment
(which was fixed by another .* removed in the previous commit).
Now we remove these things properly.
Fixes#327 (for real).
0 commit comments