Skip to content

Commit fe917b7

Browse files
committed
test string qith leading zeros
1 parent 61b695f commit fe917b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/utils/RLP.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ describe('RLP', function () {
123123
it('encode/decode strings', async function () {
124124
for (const input of [
125125
'', // empty string
126+
'000000000cat', // string with leading zeros
126127
'dog',
127128
'Lorem ipsum dolor sit amet, consectetur adipisicing elit',
128129
]) {

0 commit comments

Comments
 (0)