Skip to content

Incorrect parsing when using elements.next #3

@ldodds

Description

@ldodds

If you parse an obo file and loop through is using:

@parser.elements.each ...

Then the parsing works. But if you repeatedly call

@parser.elements.next

Then the parsing is incorrect. All Stanzas and Typedefs are returned as Obo::Header instances, rather than Obo::Header then Obo::Stanza instances.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions