Community
Participate
Working Groups
String length() function should include trailing whitespace. Use EUNIT framework to test variation function runCharacterUtilFunction02(){@Test} s1 = "abcdef "; actualInt = s1.length(); expectedInt = 7; LogResult.assertBigIntEqual1(expectedInt, actualInt); end
Fixed
Verified with 201110170901 & closed.
updated state