Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

string-based keys with slash not recognized #145

Closed
trevor opened this issue Jan 24, 2017 · 2 comments
Closed

string-based keys with slash not recognized #145

trevor opened this issue Jan 24, 2017 · 2 comments

Comments

@trevor
Copy link
Contributor

trevor commented Jan 24, 2017

(render "Hello {{user-email}}!" {:user-email  "a@a.com"})
; "Hello a@a.com!"
(render "Hello {{user-email}}!" {"user-email" "a@a.com"})
; "Hello a@a.com!"
(render "Hello {{user/email}}!" {:user/email  "a@a.com"})
; "Hello a@a.com!"
(render "Hello {{user/email}}!" {"user/email" "a@a.com"})
; "Hello !"
@yogthos
Copy link
Owner

yogthos commented Jan 24, 2017

a pr for this would be welcome

@yogthos
Copy link
Owner

yogthos commented Feb 1, 2017

fixed by #146

@yogthos yogthos closed this as completed Feb 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants