hash/unihash.c: Replace a dynamic assertion with a static one.
[mLib] / hash / t / crc32.tests
CommitLineData
7cf5c72a
MW
1### -*-conf-*-
2### crc32 tests
3
4hash {
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}