Skip to content
#

liquid

Here are 524 public repositories matching this topic...

mitosis
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 `

bug good first issue

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