mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
format=js generates wrong DS() format (#2332)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
@@ -18,7 +18,7 @@ func TestFormatTypes(t *testing.T) {
|
||||
test_data/$DOMAIN.zone zone test_data/$DOMAIN.zone.zone
|
||||
*/
|
||||
|
||||
for _, domain := range []string{"simple.com", "example.org", "apex.com"} {
|
||||
for _, domain := range []string{"simple.com", "example.org", "apex.com", "ds.com"} {
|
||||
t.Run(domain+"/js", func(t *testing.T) { testFormat(t, domain, "js") })
|
||||
t.Run(domain+"/djs", func(t *testing.T) { testFormat(t, domain, "djs") })
|
||||
t.Run(domain+"/tsv", func(t *testing.T) { testFormat(t, domain, "tsv") })
|
||||
|
||||
Reference in New Issue
Block a user