Merge tag 'upstream/0.16'
[liburi-template-perl.git] / t / data / opensearch.json
diff --git a/t/data/opensearch.json b/t/data/opensearch.json
deleted file mode 100644 (file)
index 7ea9ca3..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-{
-  "variables": {
-    "bar"    : "a",
-    "x:bar"  : "b"
-  },
-
-  "tests": [
-    {
-      "template": "http://example.org/?q={bar?}",
-      "expected": "http://example.org/?q=a"
-    },
-
-    {
-      "template": "/{dne?}",
-      "expected": "/"
-    },
-
-    {
-      "template": "http://example.org/?q={bar}&r={x:bar}",
-      "expected": "http://example.org/?q=a&r=b"
-    }
-  ]
-}