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=81c7f1b85cb98976fe96ad4f8a11037b2cb3de35;hpb=1b350f7b046bbc833e37a9fba91fc808c0fed41a 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" - } - ] -}