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
Add tests for substring / anchor interaction (#490)
^ and $ should match the start and end of the callee, even if that
callee is a substring. Right now ^ and $ match the start and end of
the callee's base string, instead. In addition, ^ and $ should only
match the start and end of the callee when replacing a subrange, not
the start and end of the subrange.
0 commit comments