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
Splitting s1 returns Dynarray with size of 2 (empty string and "aa"), whilie splitting s2 gives Dynarray with only 1 String inside ("aa") and the test fails. IMO this should also contain blank String.
s3.Split also returns 3 values ("a", blank, "a") as expected.
The text was updated successfully, but these errors were encountered:
String.Split gives inconsistent results. For example:
Splitting s1 returns Dynarray with size of 2 (empty string and "aa"), whilie splitting s2 gives Dynarray with only 1 String inside ("aa") and the test fails. IMO this should also contain blank String.
s3.Split also returns 3 values ("a", blank, "a") as expected.
The text was updated successfully, but these errors were encountered: