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/example1.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/example1.good')
| -rw-r--r-- | tests/example1.good | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/example1.good b/tests/example1.good index 8c5e8bf..a52e55c 100644 --- a/tests/example1.good +++ b/tests/example1.good @@ -121,7 +121,9 @@ txt09 3600 IN TXT "foo\010bar" txt10 3600 IN TXT "foo bar" txt11 3600 IN TXT "\"foo\"" txt12 3600 IN TXT "\"foo\"" -txt13 3600 IN TXT "foo" +txt13 3600 IN TXT "foo;" +txt14 3600 IN TXT "foo;" +txt15 3600 IN TXT "bar\\;" u 300 IN TXT "txt-not-in-nxt" a.u 300 IN A 73.80.65.49 b.u 300 IN A 73.80.65.49 |
