commit | e27261ed5e2ed059d160f16ae776951a08a861fc | [log] [tgz] |
---|---|---|
author | Thiago Macieira <thiago.macieira@intel.com> | Wed Sep 07 10:47:25 2022 -0700 |
committer | Thiago Macieira <thiago.macieira@intel.com> | Wed Sep 07 10:47:25 2022 -0700 |
tree | 41f2351168f99564502ee2247f2d228d3147f6cf | |
parent | 9e97d078194f733d327ed5acb79fc50959e5abda [diff] |
Parser/Validation: Add a test for good data We had tests for cbor_validate* API for the errors it would find, but not that it did correctly reported CborNoError where no errors were expected. Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>