]> gitweb.factorcode.org Git - factor.git/blob - core/checksums/crc32/crc32-tests.factor
math.parser: natively support 0b 0o 0x syntax
[factor.git] / core / checksums / crc32 / crc32-tests.factor
1 USING: checksums checksums.crc32 kernel math tools.test namespaces ;
2
3 [ B{ 0 0 0 0 } ] [ "" crc32 checksum-bytes ] unit-test
4
5 [ B{ HEX: cb HEX: f4 HEX: 39 HEX: 26 } ] [ "123456789" crc32 checksum-bytes ] unit-test
6