drdozer / oboformat

Automatically exported from code.google.com/p/oboformat
0 stars 0 forks source link

multiple def lines exported per stanza in roundtrip #44

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

running junit test RoundTripTestSimpleGo

What is the expected output? What do you see instead?

Expected:

def: "..." [<xref1>,<xref2>]

Get:

def: "..." [<xref1>]
def: "..." [<xref2>]

Please use labels and text to provide additional information.

Original issue reported on code.google.com by cmung...@gmail.com on 11 Jul 2011 at 2:11

GoogleCodeExporter commented 9 years ago
Same thing happens with synonyms..

Original comment by cmung...@gmail.com on 11 Jul 2011 at 2:15

GoogleCodeExporter commented 9 years ago

Original comment by shahid.m...@gmail.com on 12 Jul 2011 at 9:23

GoogleCodeExporter commented 9 years ago
The def tag error is not reproduced even through RoundTripTestSimpleGo test.

Original comment by shahid.m...@gmail.com on 12 Jul 2011 at 10:02

GoogleCodeExporter commented 9 years ago
OK, you're right. Maybe I had an older version of the code.

Leaving this issue open as simplegoroundtrip still fails (for different reasons)

Original comment by cmung...@gmail.com on 13 Jul 2011 at 3:42

GoogleCodeExporter commented 9 years ago
This bug is fixed and structure checking should prevent future occurrences

Original comment by cmung...@gmail.com on 15 Jul 2011 at 8:32