Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change CBOR string validation error to SyntaxError
Valid() returns SyntaxError instead of SemanticError when: * indefinite length string chunks are not of the same type, or * indefinite length string chunks are not definite length. Closes: #56
- Loading branch information