1<?xml version="1.0" encoding="UTF-8"?> 2<out> 3<test desc="simple string, default separators">onetwothree, one</test> 4<test desc="simple string, colon separator">one twothree, one two</test> 5<test desc="blank string, default separators">, </test> 6<test desc="blank string, blank separators">, </test> 7<test desc="blank string, colon, x are separators">, </test> 8<test desc="all delimiter string, default separators">, </test> 9<test desc="all delimiter string, colon, x are separators">, </test> 10</out> 11