Passing non u8 list to u8-list->bytevector should raise an error

Issue #115 resolved
Takashi Kato repo owner created an issue

This should raise an error

(u8-list->bytevector '(a))

But returns ().

Comments (1)

  1. Log in to comment