Ascii reader test with 0-bytes

Add a second test, which contains actual 0-bytes.
This commit is contained in:
Johanna Amann 2021-02-12 14:49:33 +00:00
parent 61290fc19c
commit 6c554ddde3
2 changed files with 2 additions and 0 deletions

View file

@ -7,3 +7,5 @@ abc\xff|def
DATA2
abc\x00\x00\x00\xff|def
DATA3
abcd\x00\x00\x00ef
DATA4