#Have to do this outside of the HERETO thanks to tabs
$expected.=join("\t",
qw/20 EnsEMBL feature 30274334 30300924 . + ./,
'ID=ENSG00000131044;logic_name=ensembl;external_name=C20orf125;description=DJ310O13.1.2 (NOVEL PROTEIN SIMILAR DROSOPHILA PROTEIN CG7474%2C ISOFORM 2 ) (FRAGMENT). [Source:SPTREMBL%3BAcc:Q9BR18];biotype=protein_coding'
);
$expected.="\n";
is(${$fh->string_ref()},$expected,'Gene serialises to GFF3 as expected');