chiark
/
gitweb
/
~mdw
/
mLib
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
codec/tests.at: Delete stray space before tab.
[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
}