"<[x,mine,y,yours,z]; separator=\", \">"
);
e.add("mine", new String[] { "1", "2", "3" });
e.add("yours", "a");
String expecting = "1, 2, 3, a";
assertEquals(expecting, e.render());
}
@Test public void testCatPrimitiveArrayAndEmptyAttributes() throws Exception {
// + is overloaded to be cat strings and cat lists so the
// two operands (from left to right) determine which way it