geraintluff / uri-templates

JavaScript utility for RFC 6570: URI Templates
138 stars 21 forks source link

Matching unescaped entries should stop at invalid characters #6

Open geraintluff opened 10 years ago

geraintluff commented 10 years ago

E.g. /{something} would not match /a/b/c.

Maybe need "strict mode" or something for this.