String: '@#DFRENCH R@ 16 PLUV 7'
ERROR: Error: Cross-reference key '@FAM1@' is already in use
ERROR: Error: Cross-reference key '@SUBMITTER@' is already in use
+WARNING: Warning: Could not move struct of type xref_list
Intermediate output:
=== HEADER ===
Source:
xrl = gom_add_xref(&(fam1->children), ind4->xrefstr);
if (!xrl) return 124;
+ result = gom_move_xref(MOVE_UP, &(fam1->children), ind4->xrefstr);
+ if (result != 0) return 127;
+
+ result = gom_move_xref(MOVE_UP, &(fam1->children), ind4->xrefstr);
+ if (result != 0) return 128;
+
+ result = gom_move_xref(MOVE_UP, &(fam1->children), ind4->xrefstr);
+ if (result != 0) return 129;
+
+ result = gom_move_xref(MOVE_DOWN, &(fam1->children), ind4->xrefstr);
+ if (result != 0) return 130;
+
result = gom_remove_xref(&(fam1->children), ind3->xrefstr);
if (result != 0) return 125;