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