bool TestExtString::test_str_word_count() { VS(f_str_word_count("Two Ts and one F."), 5); VS(f_str_word_count("", 2), Array::Create()); VS(f_str_word_count(1, 2), Array::Create()); VS(f_str_word_count("1 2", 2), Array::Create()); return Count(true); }
bool TestExtString::test_str_word_count() { VS(f_str_word_count("Two Ts and one F."), 5); return Count(true); }