guzzle / uri-template

MIT License
143 stars 8 forks source link

RFC 6570 compliance for positive cases #10

Closed GrahamCampbell closed 4 years ago

GrahamCampbell commented 4 years ago

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.

gmponos commented 4 years ago

This PR is great.. I really feel more secure with this..