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
When comparing e.g. "1" versus "a", the logic was stripping the "1" as
leading and ultimately comparing "" with "a". This comparison happened
to give the same result, because both "" and "1" compare less than "a",
but for other strings like "%" which comes before the digits, the
behavior differs.
0 commit comments