diff options
| author | Bob Halley <halley@play-bow.org> | 2015-12-03 09:18:24 -0800 |
|---|---|---|
| committer | Bob Halley <halley@play-bow.org> | 2015-12-03 09:18:24 -0800 |
| commit | ea95dcedcd77c521af7c1903ede7a06ff7859e7c (patch) | |
| tree | 433b8f639759b0a819aced7ae7d5c845a4c79a03 /tests/example | |
| parent | 5bce45eabb3a4987d197f11afc42d5b37d33c430 (diff) | |
| parent | ecc43653c8ba3387086b6f18387badf9cc7750ab (diff) | |
| download | dnspython-ea95dcedcd77c521af7c1903ede7a06ff7859e7c.tar.gz | |
Merge pull request #103 from encukou/py3-records
Py3: Add missing code for URI and TLSA rrtypes from the python2 branch
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 a4eb615..b4ad606 100644 --- a/tests/example +++ b/tests/example @@ -240,3 +240,4 @@ caa03 CAA 0 iodef "http://iodef.example.com/" caa04 CAA 0 issue "ca.example.net; account=230123" caa05 CAA 0 issue "ca.example.net; policy=ev" caa06 CAA 128 tbs "Unknown" +uri0q URI 10 1 "http://www.example.com/" |
