mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Handle Cloudflare not escaping semicolons
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
"per_page": 10,
|
||||
"total_pages": 2,
|
||||
"count": 10,
|
||||
"total_count": 16
|
||||
"total_count": 17
|
||||
},
|
||||
"success": true,
|
||||
"errors": [],
|
||||
|
||||
@@ -101,14 +101,31 @@
|
||||
"meta": {
|
||||
"auto_added": false
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "fc12ab34cd5611334422ab3322997667",
|
||||
"type": "TXT",
|
||||
"name": "txt.unit.tests",
|
||||
"content": "v=DKIM1;k=rsa;s=email;h=sha256;p=A\/kinda+of\/long\/string+with+numb3rs",
|
||||
"proxiable": false,
|
||||
"proxied": false,
|
||||
"ttl": 600,
|
||||
"locked": false,
|
||||
"zone_id": "ff12ab34cd5611334422ab3322997650",
|
||||
"zone_name": "unit.tests",
|
||||
"modified_on": "2017-03-11T18:01:42.961566Z",
|
||||
"created_on": "2017-03-11T18:01:42.961566Z",
|
||||
"meta": {
|
||||
"auto_added": false
|
||||
}
|
||||
}
|
||||
],
|
||||
"result_info": {
|
||||
"page": 2,
|
||||
"per_page": 10,
|
||||
"total_pages": 2,
|
||||
"count": 6,
|
||||
"total_count": 16
|
||||
"count": 7,
|
||||
"total_count": 17
|
||||
},
|
||||
"success": true,
|
||||
"errors": [],
|
||||
|
||||
2
tests/fixtures/dnsimple-page-1.json
vendored
2
tests/fixtures/dnsimple-page-1.json
vendored
@@ -308,7 +308,7 @@
|
||||
"pagination": {
|
||||
"current_page": 1,
|
||||
"per_page": 20,
|
||||
"total_entries": 27,
|
||||
"total_entries": 28,
|
||||
"total_pages": 2
|
||||
}
|
||||
}
|
||||
|
||||
18
tests/fixtures/dnsimple-page-2.json
vendored
18
tests/fixtures/dnsimple-page-2.json
vendored
@@ -127,12 +127,28 @@
|
||||
"system_record": false,
|
||||
"created_at": "2017-03-09T15:55:11Z",
|
||||
"updated_at": "2017-03-09T15:55:11Z"
|
||||
},
|
||||
{
|
||||
"id": 11189901,
|
||||
"zone_id": "unit.tests",
|
||||
"parent_id": null,
|
||||
"name": "txt",
|
||||
"content": "v=DKIM1\\;k=rsa\\;s=email\\;h=sha256\\;p=A/kinda+of/long/string+with+numb3rs",
|
||||
"ttl": 600,
|
||||
"priority": null,
|
||||
"type": "TXT",
|
||||
"regions": [
|
||||
"global"
|
||||
],
|
||||
"system_record": false,
|
||||
"created_at": "2017-03-09T15:55:09Z",
|
||||
"updated_at": "2017-03-09T15:55:09Z"
|
||||
}
|
||||
],
|
||||
"pagination": {
|
||||
"current_page": 2,
|
||||
"per_page": 20,
|
||||
"total_entries": 27,
|
||||
"total_entries": 28,
|
||||
"total_pages": 2
|
||||
}
|
||||
}
|
||||
|
||||
4
tests/fixtures/powerdns-full-data.json
vendored
4
tests/fixtures/powerdns-full-data.json
vendored
@@ -86,6 +86,10 @@
|
||||
{
|
||||
"content": "\"have you any wool.\"",
|
||||
"disabled": false
|
||||
},
|
||||
{
|
||||
"content": "\"v=DKIM1\\;k=rsa\\;s=email\\;h=sha256\\;p=A/kinda+of/long/string+with+numb3rs\"",
|
||||
"disabled": false
|
||||
}
|
||||
],
|
||||
"ttl": 600,
|
||||
|
||||
Reference in New Issue
Block a user