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 suppose there could be users passing single character sets as a string intentionally. It wouldn't be too much trouble to wrap them a list() call to silence a warning though.
I just got caught.
I wrote
instead of
"one"
would pass because"one" in "one"
isTrue
.It might save users trouble if we emitted a warning when a string is passed instead of a non-string iterable.
In practice, it only affects lists made of two elements (or one but users would use
Equal
), so no big deal.The text was updated successfully, but these errors were encountered: