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
From offline discussion, you have explained why / how strength is not a replacement for compare_type. strength is the actual collation strength setting for the Collator comparison function. The tests are set up to test "less than or equal to". The compare_type, if we use it, would allow us to distinguish between "less than" and "equal to" more precisely.