dnscontrol/pkg/js/parse_tests/017-txt.json
Tom Limoncelli ff3d446681
Codestyle: Fix formatting on parse_test JSON (#427)
* Fix failing parse_test 021
* Fix JSON formatting in parse_test directory
* js_test.go now reports json content length
2018-12-13 11:46:43 -05:00

48 lines
866 B
JSON

{
"dns_providers": [],
"domains": [
{
"dnsProviders": {},
"name": "foo.com",
"records": [
{
"name": "@",
"target": "simple",
"txtstrings": [
"simple"
],
"type": "TXT"
},
{
"name": "@",
"target": "one",
"txtstrings": [
"one"
],
"type": "TXT"
},
{
"name": "@",
"target": "bonie",
"txtstrings": [
"bonie",
"clyde"
],
"type": "TXT"
},
{
"name": "@",
"target": "straw",
"txtstrings": [
"straw",
"wood",
"brick"
],
"type": "TXT"
}
],
"registrar": "none"
}
],
"registrars": []
}