Aravind

Results 1 issues of Aravind

Eg 1: `(clostache.parser/render "{{Currency}} {{Price}}" {:Currency "$" :Price 230})` Output: `"\\$ 230"` Expected: "$ 230" Eg 2: `(clostache.parser/render "{{Currency}} {{Price}}" {:Currency "USD$" :Price 230})` Output: `"USD\\$ 230"` Expected: "USD$ 230"