ur: adds failing jam test case

This commit is contained in:
Joe Bryan 2020-09-03 14:26:29 -07:00
parent 91f5c50bef
commit 0569bd9e3d

View File

@ -1799,6 +1799,12 @@ _test_jam_cue(void)
TEST_CASE("wide", ur_coin_bytes(r, inp, sizeof(inp)));
}
{
uint8_t inp[16] = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0xc, 0xa8, 0xab, 0x60, 0xef, 0x2d, 0xd, 0x0, 0x0, 0x80 };
uint8_t res[19] = { 0x0, 0x2, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x18, 0x50, 0x57, 0xc1, 0xde, 0x5b, 0x1a, 0x0, 0x0, 0x0, 0x1 };
TEST_CASE("date", ur_coin_bytes(r, inp, sizeof(inp)));
}
ur_root_free(r);
return ret;