Searched refs:exp_payload_nested_lm4 (Results 1 – 1 of 1) sorted by relevance
| /zcbor-latest/tests/encode/test3_corner_cases/src/ |
| D | main.c | 663 const uint8_t exp_payload_nested_lm4[] = {LIST(2), MAP(0), END MAP(1), 0x01, 0x04, END END}; in ZTEST() local 719 zassert_equal(sizeof(exp_payload_nested_lm4), out_len, NULL); in ZTEST() 720 zassert_mem_equal(exp_payload_nested_lm4, output, sizeof(exp_payload_nested_lm4), NULL); in ZTEST()
|