Skip to content
#

template-language

Here are 111 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 template-language 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 template-language topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.