mirror of
https://github.com/status-im/nim-rlp.git
synced 2025-02-13 14:36:41 +00:00
Fixed test
This commit is contained in:
parent
a97cb6c32f
commit
37b3803fcf
@ -56,7 +56,7 @@ proc runTests*(filename: string) =
|
||||
echo " INTERPRETATION:\n", inspectOutput
|
||||
continue
|
||||
else:
|
||||
if input.kind == JString and input.str[0] == '#':
|
||||
if input.kind == JString and input.str.len != 0 and input.str[0] == '#':
|
||||
continue
|
||||
|
||||
var outRlp = initRlpWriter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user