drdozer / oboformat

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

property_value in tag ordering #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See oboformat/src/test/resources/tag_order_test.obo

OE writes in this order:

is_a: X:2
property_value: foo "wiggle" xsd:string

org.oboformat writes in this order:

property_value: "foo" "wiggle" xsd:string
is_a: X:2

OE ordering should be followed

(note we also need to move the tag ordering spec out of the guide into the spec)

Original issue reported on code.google.com by cmung...@gmail.com on 22 Jun 2012 at 2:59

GoogleCodeExporter commented 9 years ago
fixed in revision r542

Original comment by HDie...@lbl.gov on 31 Jul 2012 at 10:18

GoogleCodeExporter commented 9 years ago

Original comment by HDie...@lbl.gov on 31 Jul 2012 at 10:19