X-Git-Url: http://erislabs.net/gitweb/?p=liburi-template-perl.git;a=blobdiff_plain;f=t%2Fdata%2Fopensearch.json;fp=t%2Fdata%2Fopensearch.json;h=0000000000000000000000000000000000000000;hp=7ea9ca325199c2f0389fcc1920e46c29b80ebaba;hb=9004d45c7760030466d6b0f718bf99d20caa2c5a;hpb=84ad1da894eebb92b5f60cdb2b58a0b3c3ea9202 diff --git a/t/data/opensearch.json b/t/data/opensearch.json deleted file mode 100644 index 7ea9ca3..0000000 --- a/t/data/opensearch.json +++ /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" - } - ] -}