diff --git a/records_test.go b/records_test.go index 5f33670..7b02c66 100644 --- a/records_test.go +++ b/records_test.go @@ -74,25 +74,25 @@ var testCases = []test.Case{ func TestLookupNoSOA(t *testing.T) { const input = ` records { - example.org. 60 IN MX 10 mx.example.org. - mx.example.org. 60 IN A 127.0.0.1 - cname.example.org. 60 IN CNAME mx.example.org. - cnameloop1.example.org. 60 IN CNAME cnameloop2.example.org. - cnameloop2.example.org. 60 IN CNAME cnameloop1.example.org. - cnameext.example.org. 60 IN CNAME mx.example.net. - - cnamedepth.example.org. 60 IN CNAME cnamedepth1.example.org. - cnamedepth1.example.org. 60 IN CNAME cnamedepth2.example.org. - cnamedepth2.example.org. 60 IN CNAME cnamedepth3.example.org. - cnamedepth3.example.org. 60 IN CNAME cnamedepth4.example.org. - cnamedepth4.example.org. 60 IN CNAME cnamedepth5.example.org. - cnamedepth5.example.org. 60 IN CNAME cnamedepth6.example.org. - cnamedepth6.example.org. 60 IN CNAME cnamedepth7.example.org. - cnamedepth7.example.org. 60 IN CNAME cnamedepth8.example.org. - cnamedepth8.example.org. 60 IN CNAME cnamedepth9.example.org. - cnamedepth9.example.org. 60 IN CNAME cnamedepth10.example.org. - cnamedepth10.example.org. 60 IN CNAME cnamedepth11.example.org. - cnamedepth11.example.org. 60 IN A 127.0.0.1 + example.org. 60 IN MX 10 mx.example.org. + mx.example.org. 60 IN A 127.0.0.1 + cname.example.org. 60 IN CNAME mx.example.org. + cnameloop1.example.org. 60 IN CNAME cnameloop2.example.org. + cnameloop2.example.org. 60 IN CNAME cnameloop1.example.org. + cnameext.example.org. 60 IN CNAME mx.example.net. + + cnamedepth.example.org. 60 IN CNAME cnamedepth1.example.org. + cnamedepth1.example.org. 60 IN CNAME cnamedepth2.example.org. + cnamedepth2.example.org. 60 IN CNAME cnamedepth3.example.org. + cnamedepth3.example.org. 60 IN CNAME cnamedepth4.example.org. + cnamedepth4.example.org. 60 IN CNAME cnamedepth5.example.org. + cnamedepth5.example.org. 60 IN CNAME cnamedepth6.example.org. + cnamedepth6.example.org. 60 IN CNAME cnamedepth7.example.org. + cnamedepth7.example.org. 60 IN CNAME cnamedepth8.example.org. + cnamedepth8.example.org. 60 IN CNAME cnamedepth9.example.org. + cnamedepth9.example.org. 60 IN CNAME cnamedepth10.example.org. + cnamedepth10.example.org. 60 IN CNAME cnamedepth11.example.org. + cnamedepth11.example.org. 60 IN A 127.0.0.1 } `