diff options
| author | Brian Wellington <bwelling@xbill.org> | 2020-05-04 10:55:39 -0700 |
|---|---|---|
| committer | Brian Wellington <bwelling@xbill.org> | 2020-05-04 10:55:39 -0700 |
| commit | e32403119562d59d30ae5054a31da777d528cb2d (patch) | |
| tree | 2d8fa2746687dfca36fa7342542dd39955551b6c /tests/example2.good | |
| parent | d91f16374b9ace86b6916a129ca405f3b05db561 (diff) | |
| download | dnspython-e32403119562d59d30ae5054a31da777d528cb2d.tar.gz | |
Improve TXT records in example zone.
This zone was copied from a zone file in BIND long ago. BIND contains
both sample zone files and a script to generate sample zone files, but
the committed files appear to have been generated by a broken version of
the script.
This updates the TXT records to what the script would have generated,
which is far more complete.
Diffstat (limited to 'tests/example2.good')
| -rw-r--r-- | tests/example2.good | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/example2.good b/tests/example2.good index 65efdbf..df0fed6 100644 --- a/tests/example2.good +++ b/tests/example2.good @@ -121,7 +121,9 @@ 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" +txt13.example. 3600 IN TXT "foo;" +txt14.example. 3600 IN TXT "foo;" +txt15.example. 3600 IN TXT "bar\\;" 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 |
