@Test
public final void test_sequenceSet5_2() // a more complex composition
{
SequenceSet seq = en.new SequenceSet();seq.setIdentity();
seq.crossWithSequence(labelList(new String[] {"a","b","c"})).crossWithSet(new LinkedList<Label>());
Map<String,String> actual = getDebugDataMap(en,en.new SequenceSet().cross(TestFSMAlgo.buildList(new String[][] {// here the new sequenceSet is empty, hence whatever I do, there should be no changes
new String[] {"a","b","c","d"},
new String[] {"c"}
},mainConfiguration,converter)));
vertifyPTA(en, 1, new String[][] {