svoid test_tok_splitAtCommaOrAnd() { testFunctionValues tok_splitAtCommaOrAnd( "a, b and c", ll("a", "b", "c"), "a, b, and c", ll("a", "b", "c")); }