Skip to content

Commit

Permalink
indent example zone
Browse files Browse the repository at this point in the history
  • Loading branch information
fuhry committed Mar 14, 2023
1 parent c203599 commit 8c87240
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions records_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
`

Expand Down

0 comments on commit 8c87240

Please sign in to comment.