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
I'd expect the former case to fail the test, since there's no terminator present. It strikes me as a bit inconsistent that is_not will successfully match a non-empty string without the terminator, but will reject an empty string with the terminator.