Skip to content

Invalid range inputs should be 0? #273

Open
@epage

Description

@epage

Example test:

    assert_template_result!(
        " 0  1  2  3 ",
        "{% for item in (a..3) %} {{item}} {% endfor %}",
        v!({"a": "invalid integer"}),
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugNot as expectedquestionUncertainty is involvedstd-compatibilityJekyll flavor of liquid

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions