module test_split_str() { echo("==== test_split_str ===="); include ; include ; include ; assertEqual(["hello", "world"], split_str("hello,world", ",")); } test_split_str();