io::der Tests: Add comment clarifying one test input.

This commit is contained in:
Brian Smith 2021-06-16 13:51:12 -07:00
parent 647f0d4270
commit 3caf38474f

@ -209,6 +209,7 @@ mod tests {
// Length mismatch
&[0x02, 0x00, 0x01],
&[0x02, 0x01],
// Would be valid if leading zero is ignored when comparing length.
&[0x02, 0x01, 0x00, 0x01],
&[0x02, 0x01, 0x01, 0x00], // Would be valid if last byte is ignored.
&[0x02, 0x02, 0x01],