summaryrefslogtreecommitdiff
path: root/tests/example2.good
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2005-09-02 05:23:42 +0000
committerBob Halley <halley@dnspython.org>2005-09-02 05:23:42 +0000
commit50696af2d785bb440b1f908b3d178dd91a5462e7 (patch)
tree048d76ed00afb13f59fb65e81420749c77935bb1 /tests/example2.good
parentcc3f998ab9f6e2c592641ffd94f4f14803be98a6 (diff)
downloaddnspython-50696af2d785bb440b1f908b3d178dd91a5462e7.tar.gz
Do not reject unquoted TXT RR values The masterfile parser incorrectly
rejected TXT records where a value was not quoted. Original author: Bob Halley <halley@dnspython.org> Date: 2004-10-26 00:13:21
Diffstat (limited to 'tests/example2.good')
-rw-r--r--tests/example2.good1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/example2.good b/tests/example2.good
index 64b6df5..62d6ace 100644
--- a/tests/example2.good
+++ b/tests/example2.good
@@ -94,6 +94,7 @@ txt09.example. 3600 IN TXT "foo\010bar"
txt10.example. 3600 IN TXT "foo bar"
txt11.example. 3600 IN TXT "\"foo\""
txt12.example. 3600 IN TXT "\"foo\""
+txt13.example. 3600 IN TXT "foo"
u.example. 300 IN TXT "txt-not-in-nxt"
a.u.example. 300 IN A 73.80.65.49
b.u.example. 300 IN A 73.80.65.49