Searched refs:exp_payload_nested_mlm2 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/encode/test3_corner_cases/src/ |
| D | main.c | 732 const uint8_t exp_payload_nested_mlm2[] = {MAP(1), LIST(0), END LIST(1), MAP(0), END END END}; in ZTEST() local 779 …zassert_equal(sizeof(exp_payload_nested_mlm2), out_len, "%d != %d", sizeof(exp_payload_nested_mlm2… in ZTEST() 780 zassert_mem_equal(exp_payload_nested_mlm2, output, sizeof(exp_payload_nested_mlm2), NULL); in ZTEST()
|