Imported Upstream version 0.14.01
[liburi-template-perl.git] / t / data / spec-other.json
diff --git a/t/data/spec-other.json b/t/data/spec-other.json
new file mode 100644 (file)
index 0000000..2dd947b
--- /dev/null
@@ -0,0 +1,15 @@
+{
+  "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"
+    }
+  ]
+}