Fix code paths that still conflated null characters with EOF

This commit is contained in:
Max Brunsfeld 2019-12-06 15:26:57 -08:00
parent 47a926067d
commit 0cb2ef1082
4 changed files with 15 additions and 4 deletions

View file

@ -65,4 +65,4 @@ incomplete tokens at EOF
nul
---
(ERROR (UNEXPECTED EOF))
(ERROR (UNEXPECTED '\0'))