SynBioDex / sbol_factory

The SBOLFactory provides a mechanism for automatically generating an interactive, object-oriented API from a declarative data model specification encoded in OWL.
MIT License
6 stars 3 forks source link

Handle line endings on Windows #72

Closed bbartley closed 2 years ago

bbartley commented 2 years ago

The roundtrip tests (see #71) should employ a string comparison rather than a file comparison, to avoid issues with Windows line endings. The current solution forces unix line endings on test files, regardless of platform.

bbartley commented 2 years ago

Fixed in 36fd442e9b81b3a8646b7dde64afb4f00ca2e8af