Home
last modified time | relevance | path

Searched refs:exp_payload_nested_mlm1 (Results 1 – 1 of 1) sorted by relevance

/zcbor-latest/tests/encode/test3_corner_cases/src/
Dmain.c731 const uint8_t exp_payload_nested_mlm1[] = {MAP(1), LIST(0), END LIST(0), END END}; in ZTEST() local
773 zassert_equal(sizeof(exp_payload_nested_mlm1), out_len, NULL); in ZTEST()
774 zassert_mem_equal(exp_payload_nested_mlm1, output, sizeof(exp_payload_nested_mlm1), NULL); in ZTEST()