Skip to content

Parsing and rendering error modes #878

@sebastienros

Description

@sebastienros

c.f. https://github.com/Shopify/liquid?tab=readme-ov-file#error-modes

Parsing should be lax and not fail by default. Using the strict mode the parser should fail. With the warn mode the parse won't fail but still report errors.

FOr rendering the strict_variables and strict_filters will throw an exception if any unknown variables or filters are used.

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions