]> mj.ucw.cz Git - libucw.git/blob - ucw/ff-varint.t
tableprinter: update of column order
[libucw.git] / ucw / ff-varint.t
1 # Tests for the FF-Varint module
2
3 Name:   bput_varint
4 Run:    ../obj/ucw/ff-varint-t bput_varint
5 In:     deadbeef 2222 feeddeadbabebeef
6 Out:    f0 ce 8d 7e 6f a1 a2 ff fd eb da a5 aa 9e 7e 6f
7
8 Name:   bget_varint
9 Run:    ../obj/ucw/ff-varint-t bget_varint
10 In:     ff fd eb da a5 aa 9e 7e 6f f0 ce 8d 7e 6f a1 a2
11 Out:    feeddeadbabebeef deadbeef 2222