mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
df326642c8
The regex now declares each capture group by name, so `parse_match` reads as a flat name-to-name map rather than "group 7 || 9 || 11" arithmetic. Adding or removing a branch later doesn't ripple through group numbers — historically that was the bug-window in this method. Also bring the class-level docstring up to date with `##N`/`###N` quickinfo macros (which were missing from the docs entirely) and the new `#PROJ-N` semantic-id forms.