Add missing test for TXT RR syntax
TXT resource record data does not necessarily need quotes around the text.
For example,
test. 3600 IN TXT one two three
should be parsed as the list of three strings "one", "two" and "three".
TXT resource record data does not necessarily need quotes around the text.
For example,
test. 3600 IN TXT one two three
should be parsed as the list of three strings "one", "two" and "three".
Afnic Labs - GitLab