1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

gandi works

This commit is contained in:
Tom Limoncelli
2023-11-12 19:33:31 -05:00
parent fb164b410f
commit e112e37818
6 changed files with 34 additions and 31 deletions

View File

@ -1088,8 +1088,8 @@ func makeTests(t *testing.T) []*TestGroup {
tc("TXT with 1 backtick", txt("foobt", "blah`blah")),
tc("TXT with 1 double-quotes", txt("foodq", `quo"te`)),
tc("TXT with 2 double-quotes", txt("foodqs", `q"uo"te`)),
//tc("TXT with 1 backslash", txt("fooosbs", `back\slash`)),
clear(),
tc("TXT with 1 backslash", txt("fooosbs", `back\slash`)),
//clear(),
tc("TXT interior ws", txt("foosp", "with spaces")),
tc("TXT trailing ws", txt("foows1", "with space at end ")),
@ -1099,7 +1099,7 @@ func makeTests(t *testing.T) []*TestGroup {
//clear(),
// TODO(tlim): Re-add this when we fix the RFC1035 escaped-quotes issue.
//tc("Create TXT with frequently escaped characters", txt("fooex", `!^.*$@#%^&()([][{}{<></:;-_=+\`)),
tc("Create TXT with frequently escaped characters", txt("fooex", `!^.*$@#%^&()([][{}{<></:;-_=+\`)),
clear(),
),