-
Notifications
You must be signed in to change notification settings - Fork 5
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
Context lookup when is not alphanumeric. #17
Comments
eloycoto
added a commit
to eloycoto/liquid-lua
that referenced
this issue
Jan 15, 2020
Fix chenxianyu2015#17 Signed-off-by: Eloy Coto <[email protected]>
eloycoto
added a commit
to eloycoto/liquid-lua
that referenced
this issue
Jan 15, 2020
Fix chenxianyu2015#17 Signed-off-by: Eloy Coto <[email protected]>
eloycoto
added a commit
to eloycoto/liquid-lua
that referenced
this issue
Jan 15, 2020
Fix chenxianyu2015#17 Signed-off-by: Eloy Coto <[email protected]>
eloycoto
added a commit
to eloycoto/liquid-lua
that referenced
this issue
Jan 15, 2020
Fix chenxianyu2015#17 Signed-off-by: Eloy Coto <[email protected]>
eloycoto
added a commit
to 3scale/liquid-lua
that referenced
this issue
Jan 17, 2020
Fix chenxianyu2015#17 Signed-off-by: Eloy Coto <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Using this template, if the context for the render has a key with a non-alphanumeric char, it will fail and it'll not render at all. Is there any way to render this?
Example:
Where the key
test/foo
is not valid and it returns an exception. Is there any way to retrieve this info?Regards
The text was updated successfully, but these errors were encountered: