add tests for CBOR

This commit is contained in:
Niels Lohmann
2021-08-07 13:14:08 +02:00
parent b74474e3fd
commit 176e9bf0ab
2 changed files with 4 additions and 1 deletions

View File

@@ -791,7 +791,7 @@ class binary_reader
break;
}
default:
break;
return parse_cbor_internal(true, tag_handler);
}
get();
return get_cbor_binary(b) && sax->binary(b);