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
This commit makes two small tweaks, each likely to improve the behavior
of the library.
The first is to prevent any newlines in a regex match. They're invalid
in a regex and would indicate an overbroad matched region.
The second is to accept a diff if the matched regex is identical to the
text it should 'match'. Doing otherwise would be creating issues where
there were none, since the point is to match the old and the new.
0 commit comments