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

Bug: String concatenation #20

Closed
chasegiunta opened this issue Jan 14, 2020 · 3 comments
Closed

Bug: String concatenation #20

chasegiunta opened this issue Jan 14, 2020 · 3 comments

Comments

@chasegiunta
Copy link

{% include 'foo/' ~ bar %}
will output:
{% include ''foo/' ~ bar' %} (singleQuotes true)
{% include ""foo/" ~ bar" %} (singleQuotes false)

@twbartel
Copy link
Collaborator

Nice find, thanks! Just fixed it in master, will release later.

@twbartel
Copy link
Collaborator

Released as part of v0.2.2. Can you check?

@chasegiunta
Copy link
Author

Seems to be working great! Thanks!

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

2 participants