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 concatenation #32

Closed
criocere opened this issue Feb 26, 2019 · 3 comments
Closed

String concatenation #32

criocere opened this issue Feb 26, 2019 · 3 comments
Labels

Comments

@criocere
Copy link

Hello,

How concatenate string variables?
I don't find an example explaining that.
For example
{% set a = "aaa" %}
{% set b = "bbb" %}
{% set c = a + b %} ==> this lead to an error :(

Thanks

@codeka codeka added the bug label Feb 26, 2019
@codeka
Copy link
Owner

codeka commented Feb 26, 2019

Looks like it's broken, I'll try to get a fix done shortly.

@criocere
Copy link
Author

Is there a chance to get a fix?
Thanks

@codeka codeka closed this as completed in a2aa634 Jan 7, 2020
@codeka
Copy link
Owner

codeka commented Jan 7, 2020

I'll fix #37 and get a new version out tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants