{
"match": false,
"comment": "XML Favourite numbers expected to contain empty, but non-empty found",
"expected" : {
"method": "POST",
"path": "/",
"query": "",
"headers": {"Content-Type": "application/xml"},
"body": "13"
},
"actual": {
"method": "POST",
"path": "/",
"query": "",
"headers": {"Content-Type": "application/xml"},
"body": "123"
}
}