liquid-rust icon indicating copy to clipboard operation
liquid-rust copied to clipboard

`times` of a string is 0?

Open epage opened this issue 6 years ago • 0 comments

Example test:

    assert_template_result!("0", r#"{{ "foo" | times:4 }}"#);

epage avatar Dec 01 '18 01:12 epage