Skip to content

Methods were parsing text as valid when it was not.

David Thompson requested to merge dcthomp/units:validate-invalid into master

Some exceptions are caught and processed inside the parser, so we must pay attention to the return value of the parser and not rely solely on exceptions to indicate invalidity.

Merge request reports