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
Given a particular input string and index, the _wordIndex(after:)
method can erroneously return an index before its parameter.
This change handles that case correctly, by detecting when we're
updating the word break cache with a previously cached index.
0 commit comments