diff options
| author | Bob Halley <halley@dnspython.org> | 2005-09-02 05:23:42 +0000 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2005-09-02 05:23:42 +0000 |
| commit | 50696af2d785bb440b1f908b3d178dd91a5462e7 (patch) | |
| tree | 048d76ed00afb13f59fb65e81420749c77935bb1 /tests/example | |
| parent | cc3f998ab9f6e2c592641ffd94f4f14803be98a6 (diff) | |
| download | dnspython-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/example')
| -rw-r--r-- | tests/example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/example b/tests/example index 27420f1..4833201 100644 --- a/tests/example +++ b/tests/example @@ -170,6 +170,7 @@ txt09 TXT "foo\010bar" txt10 TXT "foo bar" txt11 TXT "\"foo\"" txt12 TXT "\"foo\"" +txt13 TXT foo $TTL 300 ; 5 minutes u TXT "txt-not-in-nxt" $ORIGIN u.example. |
