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

It seems lists should be rendered as a "".join(list)? #258

Closed
epage opened this issue Nov 30, 2018 · 0 comments · Fixed by #305
Closed

It seems lists should be rendered as a "".join(list)? #258

epage opened this issue Nov 30, 2018 · 0 comments · Fixed by #305
Labels
question Uncertainty is involved std-compatibility Jekyll flavor of liquid

Comments

@epage
Copy link
Member

epage commented Nov 30, 2018

Example test:

    assert_template_result!(
        "abc",
        r#"{{ ary | map:"foo" | map:"bar" }}"#,
        v!({"ary": [{ "foo": { "bar": "a" } }, { "foo": { "bar": "b" } }, { "foo": { "bar": "c" } }]}),
    );
@epage epage added question Uncertainty is involved std-compatibility Jekyll flavor of liquid labels Nov 30, 2018
epage added a commit to epage/liquid-rust that referenced this issue Dec 15, 2018
epage added a commit to epage/liquid-rust that referenced this issue Dec 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Uncertainty is involved std-compatibility Jekyll flavor of liquid
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant