2dd947b8e3ff533806a302fd7a712305e31e8976
[liburi-template-perl.git] / t / data / spec-other.json
1 {
2   "variables": {
3   },
4
5   "tests": [
6     {
7       "template": "http://example.org/?q={bar=foo}",
8       "expected": "http://example.org/?q=foo"
9     },
10     {
11       "template": "http://example.org/?{-join|&|bar=foo}",
12       "expected": "http://example.org/?bar=foo"
13     }
14   ]
15 }