Closed MaisaMilena closed 3 years ago
To test it, go to base dir and run kind RLP.test.show --run. The result of the test will appear as pass or fail, describing the case where it failed.
base
kind RLP.test.show --run
pass
fail
Preview:
RLP RLP.encode 0: fail ✗ " [0] test: 0 expected: 0x80 got: 0x" 1: pass ✓ 2: pass ✓ 3: pass ✓ 4: fail ✗ " [4] test: 100000 expected: 0x830186a0 got: 0x0186a0"
Wonderful, no more. Merged.
To test it, go to
base
dir and runkind RLP.test.show --run
. The result of the test will appear aspass
orfail
, describing the case where it failed.Preview: