liquid 0.21.1

The liquid templating language for Rust
Documentation
#[test]
#[should_panic]
fn test_product_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_rendering_raises_on_tainted_attr() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_rendering_warns_on_tainted_attr() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_rendering_doesnt_raise_on_escaped_tainted_attr() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_drop_does_only_respond_to_whitelisted_methods() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_drops_respond_to_to_liquid() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_text_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_catchall_unknown_method() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_catchall_integer_argument_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_text_array_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_runtime_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_nested_runtime_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_protected() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_object_methods_not_allowed() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_scope() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_scope_though_proc() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_scope_with_assigns() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_scope_from_tags() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_access_runtime_from_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_enumerable_drop() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_enumerable_drop_size() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_enumerable_drop_will_invoke_liquid_method_missing_for_clashing_method_names() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_some_enumerable_methods_still_get_invoked() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_empty_string_value_access() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_nil_value_access() {
    panic!("Implementation specific: drops");
}

#[test]
#[should_panic]
fn test_default_to_s_on_drops() {
    panic!("Implementation specific: drops");
}