Language-agnostic test case files for the Base65536 encoding
npm install base65536-testbase65536.
base65536 has an adapter written in TypeScript, using Jasmine.
demo.bin has a UTF-8 text counterpart e.g. demo.txt. A correct Base65536 implementation encodes the binary to the text and decodes the text to the binary. These comparisons should be bit-for-bit accurate. Note the absence of line endings in the text.
shell
npm install base65536-test
``