Skip to content
Snippets Groups Projects
  • Michael Große's avatar
    06917fce
    fix: fix regex to return table secedit buttons · 06917fce
    Michael Große authored
    Since the hid is optional, it must also be optional in the regex. Also
    this commit introduced named capture groups to make it more obvious
    which part of the regex captures what.
    
    Also there is now an explicit hid generated for tables, to enable
    jumping to the correct section after finishing editing.
    
    This was broken in 2571786c or #1966
    respectively.
    
    Known Issues:
    * since both title and hid are optional, a hid may be misinterpreted as
    a title if the title is not generated.
    06917fce
    History
    fix: fix regex to return table secedit buttons
    Michael Große authored
    Since the hid is optional, it must also be optional in the regex. Also
    this commit introduced named capture groups to make it more obvious
    which part of the regex captures what.
    
    Also there is now an explicit hid generated for tables, to enable
    jumping to the correct section after finishing editing.
    
    This was broken in 2571786c or #1966
    respectively.
    
    Known Issues:
    * since both title and hid are optional, a hid may be misinterpreted as
    a title if the title is not generated.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.