Language-agnostic test case files for the Base65536 encoding, version 1.1.4. This package provides binary and text file pairs for verifying correct encode/decode behavior, and invalid input files for testing decode failure. It is maintained by the author of the canonical JavaScript implementation. Differentiators: these are raw data files, not executable tests, allowing any language implementation to validate against the same reference cases.
npm install base65536-testNo compatibility data collected yet for this library.
Demonstrates reading test files from the installed package for manual testing of a Base65536 implementation.
Install base65536 for a JavaScript implementation, or write a test harness that reads the files and validates your own implementation.
Run: npm install base65536-test
Ensure node_modules/base65536-test exists. Use path.join(__dirname, 'node_modules/base65536-test', 'data', 'pairs', 'demo.bin')
No dependency data recorded yet.