Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
tlimoncelli committed Dec 28, 2024
1 parent 667f079 commit 97d7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/js/parse_tests/001-basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ var REG = NewRegistrar("Third-Party", "NONE");
var CF = NewDnsProvider("Cloudflare", "CLOUDFLAREAPI");

D("foo.com", REG, DnsProvider(CF),
A("@", "1.2.3.4"),
A("@", "1.2.3.4")
);

0 comments on commit 97d7ab0

Please sign in to comment.