@Test
public final void test_sequenceSet5_1() // a more complex composition
{
SequenceSet seq = en.new SequenceSet();seq.setIdentity();
seq.cross(TestFSMAlgo.buildList(new String[][] {
new String[] {"a","b","c"}
},mainConfiguration,converter)).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"}