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

error with uppercase characters array #198

Open
dotruong1990 opened this issue Mar 30, 2023 · 2 comments
Open

error with uppercase characters array #198

dotruong1990 opened this issue Mar 30, 2023 · 2 comments

Comments

@dotruong1990
Copy link

dotruong1990 commented Mar 30, 2023

assign data = [
88 => "something"
]
{% assign getkey = '88' %}
{% assign getKey = '88' %}

{{ data[getkey] }} --> working
{{ data[getKey] }} --> not working (uppercase characters "K")

@dotruong1990
Copy link
Author

up

@sanmai
Copy link
Collaborator

sanmai commented Apr 12, 2023

Please feel free to address this, although I would expect some breaking changes here.

And please abstain from more "up" comments.

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