The Wayback Machine - https://web.archive.org/web/20201125051252/https://github.com/topics/liquid
Skip to content
#

liquid

Here are 377 public repositories matching this topic...

epage
epage commented Dec 11, 2018

Example test case:

#[test]
#[should_panic]
fn test_recursively_included_template_does_not_produce_endless_loop() {
    panic!("We don't check recursion depth");
    /*
    let parser = liquid::ParserBuilder::with_liquid().include_source(Box::new(InfiniteFileSystem)).build();
    parser.parse("{% include 'loop' %}").unwrap();
    */
}

We probably want Parser to have an `

Improve this page

Add a description, image, and links to the liquid topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the liquid topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.