GET http://httpbin.org/cache
> User-Agent: KATT
< 200
< Content-Type: application/json
{
"foo": "{{>bar}}"
}
The key foo does not exist so I would have assumed this would fail. It does not and bar will get the value undefined
So is this an expected behaviour or a bug?