mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
ur: adds failing jam test case
This commit is contained in:
parent
91f5c50bef
commit
0569bd9e3d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user