svoid test_splitAt_withEmptyLast() { testFunctionValues_twoArgs splitAt_withEmptyLast( pair("", "-") := ll(), pair("a-", "-") := ll("a", ""), pair("-b", "-") := ll("", "b"), pair("a-b", "-") := ll("a", "b"), ); }