"|a|fa?|b|fb?|c|fc?|d|e|f|fd?|fe?|ff?|\n" +
"|a|a|b|b|c|c|d|e|f|d|e|f|\n");
int n = 0;
List<Instruction> expectedInstructions = asList(
new MakeInstruction(id(n++), TABLE_INSTANCE_NAME, "fixture"),
new CallInstruction(id(n++),TABLE_INSTANCE_NAME, "table", new Object[] {asList(
asList("a", "fa?", "b", "fb?", "c", "fc?", "d", "e", "f", "fd?", "fe?", "ff?"),
asList("a", "a", "b", "b", "c", "c", "d", "e", "f", "d", "e", "f"))}),
new CallInstruction(id(n++), TABLE_INSTANCE_NAME, "beginTable"),
new CallInstruction(id(n++), TABLE_INSTANCE_NAME, "reset"),