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