NLnetLabs / simdzone

Fast and standards compliant DNS zone parser
BSD 3-Clause "New" or "Revised" License
68 stars 13 forks source link

Add unit tests to ensure syntax errors are caught #164

Closed k0ekk0ek closed 7 months ago

k0ekk0ek commented 7 months ago

Ensure syntax errors like unterminated strings, etc are caught by the parser. Upon completion, this fixes #10.