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
Handle operator functions when looking for function comment headers
Since operator functions can have non-word characters as part of their
name (specifically, can have an opening bracket) we deal with these
seperately in the explicit case where the functions name is operator.
Since the function name can now contain non-word characters (e.g. an
opening bracket) we must escape it before using it in the regex.
0 commit comments