yahoo / ycb

A multi-dimensional configuration library that builds bundles from resource files describing a variety of values.
BSD 3-Clause "New" or "Revised" License
67 stars 24 forks source link

ycb only replaces one $$param$$ per value #13

Closed isao closed 11 years ago

isao commented 11 years ago

@proverma

Currently if a string has two ycb params, like "page" : "$$baseUrl$$/$$path$$"

Only first param gets replaced by ycb, and second param gets left unreplaced.

nagc commented 11 years ago

Thank you Isao for looking into it. We highly appreciate your quick help on this.