damnhandy / Handy-URI-Templates

A Java URI Template processor implementing RFC6570
https://damnhandy.github.io/Handy-URI-Templates/
Other
202 stars 37 forks source link

Ad test for https://github.com/damnhandy/Handy-URI-Templates/issues/33 #39

Closed janbols closed 8 years ago

janbols commented 8 years ago

Hi, I added 3 tests (1 succeeding and 2 failing) showing what I mean with issue 33.

usingAnUnexpandedExplodedVariableInUriTemplateReturnsAURLContainingTheTemplatedVariable This test works as expected; a template with an explode variable should result in a templated url like `http://foo.com/{?experiment}`

Best regards Jan

damnhandy commented 8 years ago

Thanks for the pr @janbols having a look now.