{ "variables": { }, "tests": [ { "template": "http://example.org/?q={bar=foo}", "expected": "http://example.org/?q=foo" }, { "template": "http://example.org/?{-join|&|bar=foo}", "expected": "http://example.org/?bar=foo" } ] }