This tests against all the positive examples in the spec. The spec also says that the implementation should hard fail when the input template has invalid syntax (negative examples). We do not currently do that, and I consider testing for that out of scope of this PR.
This tests against all the positive examples in the spec. The spec also says that the implementation should hard fail when the input template has invalid syntax (negative examples). We do not currently do that, and I consider testing for that out of scope of this PR.
Depends on https://github.com/guzzle/uri-template/pull/6. Closes https://github.com/guzzle/uri-template/issues/9.