chiark / gitweb /
struct/t/: Use better format for printing `size_t values.
[mLib] / hash / t / crc32.tests
1 ### -*-conf-*-
2 ### crc32 tests
3
4 hash {
5   ""                                                            0;
6   "foo"                                                         0x8c736521;
7   "anything you like"                                           0x2c090211;
8   "an exaple test string"                                       0x686a05aa;
9   "The quick brown fox jumps over the lazy dog."                0x519025e9;
10   "A man, a plan, a canal: Panama!"                             0x27f3faee;
11 }