Tests are needed for \u0000 as this might cause the decoder or validator to not work as expected. Changing the decoder to remove the characters it uses after decoding and using a while loop should make this easier.
Related: bottom-software-foundation/spec#2
Tests are needed for
\u0000as this might cause the decoder or validator to not work as expected. Changing the decoder to remove the characters it uses after decoding and using a while loop should make this easier.Related: bottom-software-foundation/spec#2