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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite loop when rendering a template with a template inside #59

Open
marcomorain opened this issue Apr 20, 2018 · 0 comments
Open

Infinite loop when rendering a template with a template inside #59

marcomorain opened this issue Apr 20, 2018 · 0 comments

Comments

@marcomorain
Copy link

Hi there 馃憢

I've hit an issue where a call to render never returns: (Using [cljstache "2.0.1"])

user=> (require 'cljstache.core)
nil
user=> (cljstache.core/render "{{ foo }}" {:foo "{{ foo }}"})
"{{ foo }}" ;; This works OK
user=> (cljstache.core/render "{{ foo.a }}" {:foo {:a "{{ foo.a }}"}})
;; This never returns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant