0fb804cc21
Matching of the tail of all groups would continue if any matched, leading to (aa|bb) matching the string ab. Also, any empty group would mean continuing to match the rest of the terms, ignoring a non-empty matching group. This lead to (aa|a) not matching the string a. |
||
---|---|---|
.. | ||
Find.hs | ||
Glob.hs | ||
GlobPattern.hs | ||
Manip.hs |