You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting @gregorydemay. This is going to take a little time for me to fix. The array validation logic I have implemented is a bit of a mess and doesn't properly validate nested arrays.
cddl = "0.9.4"
[0, [0]]
. Note that the not-nested schema[0, 0]
seems to work fine.Example
The first assertion passes, while the second one returns the following error
The text was updated successfully, but these errors were encountered: