raml-org / raml-js-parser

(deprecated) A RAML parser based on PyYAML written in CoffeScript and available for use as NodeJs module or in-browser.
195 stars 53 forks source link

Add L2 URI templates/fix issue on determination of varnames in URI templates #172

Open dmartinezg opened 8 years ago

dmartinezg commented 8 years ago

@blakeembrey, @xaka, this brings L2 URI templates, and fixes an issue in the way the parser extracted the variable names from the templates.

Change is actually very minor, a couple of changes in validator and transformations, and 4 new tests.